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

    (@jleuze)

    Hi, where you place the code depends on the theme, what theme are you using?

    Thread Starter The Painted Hive

    (@the-painted-hive)

    Thanks. I worked it out. I’m using a Genesis theme. I ended up using this:

    add_action ('genesis_before_loop', "custom_meteor_slides");
    
    	function custom_meteor_slides() {
    
    	if ( is_home()  && !is_paged() ) {
    
    	if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("featured-posts", ""); }
    }

    It seems to work great.

    Thanks for the awesome plugin!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome, glad to hear you got it figured out.

    Hi Josh,
    I have the same problem with the above post, I’d like the meteor slider in my homepage also. Im using Prosumer template.
    I already figured out the widget on my sidebar, but i’d like tit to appear on my homepage.

    Which code to be replaced?
    What code is the replacement?

    Thank you!

    Plugin Author Josh Leuze

    (@jleuze)

    @allanpelias It depends on how you have the site setup, if it has a blog homepage or a static homepage and where exactly on the homepage you want the slideshow. Can you post a link to your site and point out exactly where you want it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] Novice question…where do I put the code?’ is closed to new replies.