• Resolved Tejas Hapani

    (@tejashapani-1)


    Hello,

    I am trying to apply the_excerpt filter for Premium Addons blog.

    But somehow it is not applying.

    add_filter("the_excerpt", "my_excerpt", 10);
    
    function my_excerpt($content) {
              $content .= 'My additional content here...';
              return $content;
    }

    Can you please help?

    Thanks
    Tejas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Tejas,
    Hope you’re having a good day!
    I’m not sure if I’m missing something, but you can actually set the Excerpt type to Link by navigating to your widget setting -> Post Option, here is a?screenshot?for more clarification.
    Regards,
    Loai

    Thread Starter Tejas Hapani

    (@tejashapani-1)

    Hi Loai,

    Thanks for your feedback. But enabling “Excerpt type” to “Link” just added “Read more” link after excerpt.

    I actually need to add some custom text after excerpt.

    Is it possible to add?

    Thanks

    Hi @tejashapani-1

    I’m so sorry, but this option is not available at the moment.

    Regards

    Thread Starter Tejas Hapani

    (@tejashapani-1)

    Okay. No prob.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Premium blog – the_excerpt filter’ is closed to new replies.