• esthery67

    (@esthery67)


    Hi,

    Is there a way to use shortcodes in a post’s excerpt to display certain fields from the post, when another page (for instance, a category page) displays the post excerpt?

    I can’t find anything in the documentation or support forums so perhaps this is not a supported feature.

    Thanks!

Viewing 1 replies (of 1 total)
  • polarracing

    (@polarracing)

    Put that in functions.php – remember to use a child theme:

    add_filter('the_excerpt', 'do_shortcode');

Viewing 1 replies (of 1 total)
  • The topic ‘Can I use shortcodes in excerpts?’ is closed to new replies.