• Hi there,

    I have some troubles with my shortcodes in rss feeds using your theme Hueman. The shortcodes don’t get executed. You can see an example in the attached image. The caption shortcode is appearing instead of only the caption itself.

    caption shortcode appears in rss feeds

    I have already added this two line to my child theme’s functions.php:

    add_filter(‘the_content_feed’, ‘do_shortcode’);
    add_filter(‘the_excerpt_rss’, ‘do_shortcode’);

    But it still doesn’t work. Do you have an idea what could be the reason?

    Thank you.

    Kind regards,
    Daniel

    • This topic was modified 7 years, 10 months ago by Danijel.
Viewing 1 replies (of 1 total)
  • Thread Starter Danijel

    (@denyro)

    Actually it did work. But it just works for new rss feeds, not for the old ones. This issue can be closed.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcodes are not working in rss feeds’ is closed to new replies.