Added the plugin call code to the genesis hooks "before loop"
- Code: Select all
<?php if(is_home()) { ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php } ?>
It So it is only showing on the home page, and not posts/pages. so that is working corretly
BUt it will not show the images. I have 3 posts setup with an image for each using the articleimg field. And is pulling from a "featured" category. I do see this theme uses jquery, but not sure if that is what is breaking it.
Am i missing something?









