jbayston
Forum Replies Created
-
Forum: Themes and Templates
In reply to: slideshowHi Thanks for coming back to me.
i am running a test page in my twenty ten. i am putting short code onto the page in the form [nggallery id=6] and [imagebrowser id=5].
both these options, image gallery and imagebrowser work, though i get this code at the top of the page:
/** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other ‘pages’ on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ get_header(); ?>
The third option, slideshow, doesn’t work at all, i just get the time spinner.
hope that explains it…
Forum: Plugins
In reply to: content sliderit’s supposed to have been downloaded 100,000 times. surely someone must know how to work it. i have tried emailing slinesh, but have had no response…..
Forum: Plugins
In reply to: content slideralso, what exactly does this mean?
Add the folowing code anywhere within your theme where you want the content gallery to be displayed: <?php if(function_exists(‘wp_content_slider’)) { wp_content_slider(); } ?>
if i load it anywhere i lose my page!
this is supposed to involve no coding….. there don’t seem to be any coherent instructions.