StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-14-2009, 11:44 AM
brotherjames brotherjames is offline
Registered User
Pro Plus Member
 
Join Date: Aug 2009
Posts: 72
Default Featured Content Gallery plugin question

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 11:49 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.