• Resolved cornbeef

    (@cornbeef)


    hi i have an issue where all Excerpts are showing ” [&hellip ” in the end of them, how can i fix it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please send me ur site url I am not clear so need to see how it look.

    Thanks

    Thread Starter cornbeef

    (@cornbeef)

    here you go
    https://binaryhounddog.com/top-brokers/

    i am showing a specific page with the problem,
    thanks for the fast reply!

    Thread Starter cornbeef

    (@cornbeef)

    just the top link

    • This reply was modified 9 years, 8 months ago by cornbeef.
    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,
    I checked my code I don’t use any dot or […] end of excerpt.
    May be it is coming from your theme or any others plugins.
    If you can send me screenshot to [email protected] used plugin list which is for content related then I can check.

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,
    Excerpt code You will find it is two files

    1) the-post-grid/lib/classes/rtTPGHelper.php line 178
    If you set excerpt limit then this function call
    function strip_tags_content($text, $limit = 0, $tags = ”, $invert = FALSE) {

    2) the-post-grid/lib/classes/rtTPGShortCode.php
    line no 262-267
    $excerpt = get_the_excerpt();

    if($excerpt_limit){
    $arg[‘excerpt’] = $rtTPG->strip_tags_content($excerpt, $excerpt_limit);
    }else{
    $arg[‘excerpt’] = $excerpt;
    }

    If set excerpt limit then function strip_tags_content() this function call
    others wise get get_the_excerpt();

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    I am closing this topic.

    If need any more help please let me know.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Excerpt ending issue’ is closed to new replies.