|
Here is the top portion of my home.php file where the code of a different gallery plugin is at but when I replace the Dynamic Content Gallery plugin with it, the Gallery does not show up:
<?php get_header(); ?><div id="content"> <div id="homepage"> <?php /*Check for the 'gallery_styles' function. if it's there, then include it. If not, do nothing*/ ?> <?php if (function_exists('gallery_styles')) : ?> <div id="homepagetop"> <div class="featuredtop"> <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> </div> </div>
I want this new gallery to show up there because the old gallery that is there will show up.
Thanks
|