[Resolved] Master slider

Home Forums Support [Resolved] Master slider

Home Forums Support Master slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237522
    Edwin

    Hi

    I am using master slider and want to show it in the homepage only
    This is the code i am using, but not working. Any suggestions?

    <?php if ( is_home() ):
    masterslider(1);
    endif; ?>

    Thanks

    Edwin

    #237535
    Tom
    Lead Developer
    Lead Developer

    Where are you adding that?

    is_home() is poorly named (very old function) and is actually specific to the blog.

    Instead, try: is_front_page()

    #237540
    Edwin

    Great, that worked. Thanks Tom

    #237542
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.