I have got the Featured Content Showcase Plugin (http://xavisys.com/wordpress-plugins...tent-showcase/) working, BUT using the code they give, which is
Code:
if (function_exists('get_featured_content_showcase')) { echo get_featured_content_showcase(); }
paulae recently gave me some code on another thread to make a different plugin, 'Featured Gallery Plugin', work on just my font page:
Code:
<div align="center"> <?php if (is_front_page() && !is_paged() ) include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> </div> <br />
Can anyone help? Sorry to be code illiterate.
I am using Wordpress 3+ and Atahualpa 3.5.3.