![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I have another brain storm regarding the Featured Content Gallery in the Tubular theme. it has to do with that particular code insertion on the page.php template. The plugin requires this code to be inserted... <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?> Now this code basically tells the theme to organise the gallery for scrolling...I think and I may have to research my main template to make room for the gallery first. If anyone wants I can relay that php info too, but for now this is my code page.php with the plugin code inserted... Code:
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entry">
<h1><?php the_title(); ?></h1>
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
<?php edit_post_link('(Edit)', '', ''); ?></p>
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<?php get_footer(); ?>
If you see anything wrong off the bat then let me know please, but I am also waiting to hear back from the plugin designers too! Thanks for any support you can send my way. James |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Featured Content Gallery question | beckeracc | General Discussion | 2 | 06-12-2010 12:30 PM |
| Featured Content Gallery - New Question! | grafflife3 | General Discussion | 10 | 03-09-2010 05:41 PM |
| Featured Content Gallery Question | blindlemon | General Discussion | 3 | 01-13-2010 07:10 AM |
| Slide show plugin to replace Featured Content Gallery plugin | Darlene Darragh | General Discussion | 5 | 05-22-2009 01:51 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us