Force excerpt at 0 in core shortcodes

This topic contains 3 replies, has 3 voices, and was last updated by  JJJ 7 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #370933

    JJJ
    Expired Member
    Post count: 80

    Hi there,
    I am using gd_popular_post_view shortcode, and would like to force character_count parameters to 0.
    (When set at 0, some words still displays in excerpt)
    Any hook / filter to do so?
    Cheers,
    JJJ

    #370947

    Guust
    Moderator
    Post count: 29970

    Add this CSS for the page – change XXX with your page ID:

    
    
    .page-id-XXX .geodir-entry-content {
        display: none;
    }

    I’ll get the developers to have a look too, to see if they have a different solution.

    Thanks

    #370972

    Kiran
    Moderator
    Post count: 7069

    Hi JJJ,

    This has been updated and will be available in next release of GeoDirectory core. So in next release character_count=0 will not display excerpt for the listing.

    Thanks,
    Kiran

    #371013

    JJJ
    Expired Member
    Post count: 80

    Hi guys,
    Thanks Guust, I will use this css instead.
    Thanks Kiran for this update.
    Cheers,
    JJJ

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket