• Resolved lorey80

    (@lorey80)


    Hi, I would need to put my images gallery only in the homepage of my blog, below the header menu. I know that I need to paste the code <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> in the header of my theme, but I don’t know where. May you tell me in which position of the file header.php I should paste the code?
    My theme is twenty ten.
    Thank you very much for your help

    https://www.ads-software.com/extend/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Here is the code you need do that, further up in the thread it explains where to place it, or check out this video.

    Thread Starter lorey80

    (@lorey80)

    Thank you for your note. In the video you explain how to insert the slideshow in the header image. But I would need to maintain the image header and to put a slideshow below the header menu. May you tell me where I am supposed to put that code in order to have a slideshow under the menu header?
    Thank you very much

    Plugin Author Josh Leuze

    (@jleuze)

    This code is for the nav, put the template tag after that if you want the slideshow below the nav:

    <div id="access" role="navigation">
    			  <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
    				<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    			</div><!-- #access -->
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Where to paste the code in homepage?’ is closed to new replies.