[Plugin: NextGEN Gallery] Where to put slideshow code?
-
I’m confused about where to put the slideshow code in a section below the header called home-about.php
I was able to create a separate page for the slideshow and that worked fine, but I can’t figure out where to put it in the section I need it.
Here is the code from the home-about.php:
<?php if(get_theme_option(‘about_bar’) == ‘true’) {
?>
<div class=”span-24″>
<div id=”aboutbar” class=”clearfix”>
<?php if(get_theme_option(‘about_image’)){ ?>
<img src=”<?php echo get_theme_option(‘about_image’); ?>” class=”about_image” align=”left” />
<?php } ?>
<?php echo get_theme_option(‘about_content’); ?>
</div>
</div>
<?php
}
?>The [slideshow id=1 w=610 h=295] would be replacing the ‘about_image’
Nothing I’ve tried seems to work.
Thanks!
GiGi
The topic ‘[Plugin: NextGEN Gallery] Where to put slideshow code?’ is closed to new replies.