Title: Shortcode not working
Last modified: August 21, 2016

---

# Shortcode not working

 *  Resolved [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/)
 * I am using 2 versions of the shortcode and neither of them work;
 * [wp-rss-aggregator]
    & [wp_rss_aggregator]
 * I also tried adding at the bottom of my functions.php file the
 * // Enable shortcodes in widgets
    add_filter(‘widget_text’, ‘do_shortcode’);
 * and that didn’t work either.
 * Have any suggestions? I’m running Divi 1.9 theme.
 * [https://wordpress.org/plugins/wp-rss-aggregator/](https://wordpress.org/plugins/wp-rss-aggregator/)

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

 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846568)
 * Here is my system info:
 *     ```
       ### Begin System Info ###
   
       ## Please include this information when posting support requests ##
   
       Multi-site:               No
   
       SITE_URL:                 http://glsolutions.org/beta
       HOME_URL:                 http://glsolutions.org
   
       Plugin Version:           4.1.2
       WordPress Version:        3.9
   
       Platform:                 Windows
       Browser Name:             Chrome
       Browser Version:          34.0.1847.116
       User Agent String:        Mozilla/5.0 (Windows NT 6.3; WOW
       			  64) AppleWebKit/537.36 (KHTML, l
                                 ike Gecko) Chrome/34.0.1847.116
                                 Safari/537.36
   
       PHP Version:              5.2.17
       MySQL Version:            5.5.33-31.1
       Web Server Info:          Apache
   
       PHP Safe Mode:            No
       PHP Memory Limit:         256M
       PHP Post Max Size:        64M
       PHP Time Limit:           30
   
       WP_DEBUG:                 Disabled
   
       WP Table Prefix:          Length: 3 Status: Acceptable
   
       Show On Front:            page
       Page On Front:            Home Page #30
       Page For Posts:           Home Page #30
   
       Session:                  Enabled
       Session Name:             PHPSESSID
       Cookie Path:              /
       Save Path:                /tmp
       Use Cookies:              On
       Use Only Cookies:         Off
   
       UPLOAD_MAX_FILESIZE:      64MB
       POST_MAX_SIZE:            64MB
       WordPress Memory Limit:   40MB
       DISPLAY ERRORS:           On (1)
       FSOCKOPEN:                Your server supports fsockopen.
   
       ACTIVE PLUGINS:
   
       Custom Facebook Feed: 1.9.4
       Document Gallery: 2.0.10
       Easy MailChimp Forms: 3.0.1
       Elegant Themes Updater: 1.0
       Fast Secure Contact Form: 4.0.18
       Jetpack by WordPress.com: 2.9.3
       Prezi Embedder: 1.3
       Really Simple Twitter Feed Widget: 2.5.1
       ShareThis: 7.0.12
       Simple Twitter Tweets: 3.1
       TubePress: 3.1.5
       Twitter Feed: Embedded Timeline WordPress Plugin: 2.1
       Use Any Font: 4.2
       Wiki Embed: 1.4.6
       WPBB: 1.1.4
       WP RSS Aggregator: 4.1.2
       WP Super Cache: 1.4
       WP Super Cache - Clear all cache: 1.2
       WP YouTube Lyte: 1.4.2
   
       DEACTIVATED PLUGINS:
   
       Simple Side Tab: 1.1.0
   
       CURRENT THEME:
   
       Divi: 1.9
   
       ### End System Info ###
       ```
   
 * _[Moderator Note: Please post log files between backticks or use the code button.]_
 *  Plugin Author [Jean](https://wordpress.org/support/users/jeangalea/)
 * (@jeangalea)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846640)
 * Are you using the shortcode in a widget or in a post/page?
 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846642)
 * I was trying to put it in a page.
 *  Plugin Contributor [Miguel Muscat](https://wordpress.org/support/users/mekku/)
 * (@mekku)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846669)
 * [@ajknoll23](https://wordpress.org/support/users/ajknoll23/) Then you won’t need
   the filter to add the shortcode to the page.
 * Now, what do you mean when you say it “doesn’t work”?
    Just it show the “No feed
   items found” message, or nothing at all?
 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846677)
 * Ok. When I say it doesn’t work, all it does is show up as text on the page.
 * Here is a screenshot of what it looks like:
    [https://www.dropbox.com/s/61nyjy8qgj4etve/screenshot.png](https://www.dropbox.com/s/61nyjy8qgj4etve/screenshot.png)
 * Thanks for the help guys!
 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846734)
 * [@mekku](https://wordpress.org/support/users/mekku/) [@jeangalea](https://wordpress.org/support/users/jeangalea/)
 * Any suggestions?
 *  [phanie](https://wordpress.org/support/users/phanie/)
 * (@phanie)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846742)
 * Same exact issue. All my feeds are validated, and the results show in the admin
   area, but not when using the shortcode. I’m using it in a widget.
 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846761)
 * Hopefully you guys didn’t forget about me?! 🙂 Help please!
 *  Plugin Contributor [Miguel Muscat](https://wordpress.org/support/users/mekku/)
 * (@mekku)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846780)
 * So, just so I make sure I am understanding correctly, the feed items are shown
   in the admin WP RSS Aggregator > Imported Feed items page, correct?
 * Are you using any caching plugins, or any database and query optimization plugins?
 *  Plugin Contributor [Miguel Muscat](https://wordpress.org/support/users/mekku/)
 * (@mekku)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846789)
 * Furthermore, can you kindly re-upload the screenshot you had sent us?
 *  [galaxyspaceranger](https://wordpress.org/support/users/galaxyspaceranger/)
 * (@galaxyspaceranger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846816)
 * I had this problem too. The shortcode alone doesn’t seem to work. But when I 
   added the feed ID to the shortcode, the feeds started to populate on my page.
 * THIS:[wp-rss-aggregator exclude=”feedID”]
    NOT: [wp-rss-aggregator]
 * Also, if you insert the shortcode from the WYSIWYG editor, the feed ID should
   be automatically entered when you select a particular feed.
 *  Plugin Author [Jean](https://wordpress.org/support/users/jeangalea/)
 * (@jeangalea)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846817)
 * The shortcode does work, else the whole scope of having this plugin would be 
   defeated.
 * There might be isolated cases where the feed items are not being displayed, and
   we are here to help you out if you have that issue, but it is not correct to 
   say that the shortcode in general does not work.
 *  Thread Starter [ajknoll23](https://wordpress.org/support/users/ajknoll23/)
 * (@ajknoll23)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846818)
 * It may have been isolated but the shortcode did not work for me, I thought it
   was a fair assessment at the time.
 * I decided to go another route.
 * I’ll now close the topic.
 *  Plugin Author [Jean](https://wordpress.org/support/users/jeangalea/)
 * (@jeangalea)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846819)
 * [@galaxyspaceranger](https://wordpress.org/support/users/galaxyspaceranger/) 
   Please email us on [support@wprssaggregator.com](https://wordpress.org/support/topic/shortcode-not-working-55/support@wprssaggregator.com?output_format=md)
   so that we investigate further.

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

The topic ‘Shortcode not working’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

## Tags

 * [shortcode not working](https://wordpress.org/support/topic-tag/shortcode-not-working/)

 * 14 replies
 * 5 participants
 * Last reply from: [Jean](https://wordpress.org/support/users/jeangalea/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/shortcode-not-working-55/#post-4846819)
 * Status: resolved