Skip to content

Commit

Permalink
fix rss shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
uncovery committed May 6, 2016
1 parent c63d6ad commit f9e8a10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unc_gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@

// execute shortcodes in the excerpts
add_filter('the_excerpt', 'do_shortcode');

// execute shortcodes in the RSS feeds:
add_filter("the_content_feed", "do_shortcode");
add_filter('the_excerpt_rss', 'do_shortcode');

// get the settings from the system and set the global variables
// this iterates the user settings that are supposed to be in the wordpress config
Expand Down

0 comments on commit f9e8a10

Please sign in to comment.