Hi! I'm not sure if there's something i'm missing... I want to implement the Wordpress Gallery Plugin into my site. I want it to be present just after the navigation (which would be stuck to the top if the browser window almost as if it were in header).

I'm sure it's to do with header.php and index.php but how do i implement that code? The information for the plugin states that you should make a post/page then put the code in there but considering this would remain on every page, how would i call it?

Similar to http://www.djsemtex.com/blog/.

Thanks in advance!

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

If you want your slideshow in the header section I think you have to manually code it...

http://codex.wordpress.org/Designing_Headers

Which may be pretty daunting if you're not a code monkey.

I think other people get around this by not having a slide show in the header. But just adding it in the body section immediately after the header. This way you can use the wordpress plugins without worrying about coding.

I think... Don't quote me on this though.

Thanks for getting back to me... I decided to use a different plugin- Wordpress content slider- because I know that I can have it at the top without putting it on every page.

It was this key code i was looking for <?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>

Thanks for your help tho!!

:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.