Hi there! Just wanted to say thanks so much for posting this fix; I am running the Headway Theme, and through the help of this forum and another helpful post on another site (about how to get FCG running in Thesis:
http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fgregrickaby.com%2Fget-featured-content-gallery-to-work-in-thesis.html&ei=_AnASpKZH4jP8QaBhpjDAQ&usg=AFQjCNENlNlnHucCCscYEEx5LNRCxwEBjw&sig2=a5gAR8HA9NAxwDrafQl2GQ%20) I was able to get everything working perfectly.
In case someone else has had a similar problem with Headway:
I was experiencing an issue with the content leaf -- when I placed the code to run FCG in an HTML/Text leaf above the content leaf, and let the content leaf go with default behavior, the index page only showed the category archive for the category selected for FCG! Eek! I tried switching the content leaf behavior to posts, but then the Older and Newer post links, and WP-Navi, wouldn't work- I just got the same posts as on the 1st page, no matter what page I navigated to!
I replaced the gallery.php code with the code that was supplied above, and it fixed it! Yes!!
Another note, again just in case someone else had the same problem -- I couldn't get FCG to work with the regular php code we're given to insert, had to use
- Code: Select all
<?php global $post; include(WP_CONTENT_DIR . '/plugins/featured-content-gallery/gallery.php'); ?>
instead of the standard
- Code: Select all
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
.
Thanks again everyone! You're lifesavers!