Featured Content Gallery Plugin No Longer Working?

Featured Content Gallery is a wonderful tool but after recently upgrading this plugin I was having various “bugs”. After some looking I found a fix that has worked for me and am now posting the instructions to make it easy for you. The results are shown above in the nice rotating gallery you see at the top of this site. The problem was one little word as you will see below.
You can obtain the plugin at Wordpress Featured Content Plugin
- Go to your Theme Editor in your Wordpress Dashboard.
- Find the code for the Content Gallery plugin (usually located in the “home.php” file but your location may vary depending upon where you have the plugin inserted and theme used).
- Find the code that says:
Old Code!
<?php include (ABSPATH . ‘/wp-content/plugins/content-gallery/gallery.php’); ?>
New Code!
<?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>
- Save
Remember to check your website and refresh. You may also need to clear your cache to see the changes. This fix should solve your issues with this updated plugin.
Comments (1)













[...] May 11, 2009 If you have upgraded or plan to upgrade this plugin within Wordpress see my updated fix for issues. You can find the fix here [...]