• Resolved delphiman

    (@delphiman)


    I am still using NextGen on a post so I included the nextgen shorrtcode to my post like this: [nggallery id=1].
    I do not want to show this gallery on my main homepage. On my main homepage, I just want to show the title of the post, then when users click on the title link, it goes to post detail page and on this detail page, I want the NextGen gallery to show.

    Can someone please show me how?
    Thanks

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter delphiman

    (@delphiman)

    Found the solution:

    Just add

    <?php if(is_home() ) {

    //do stuff

    } else {

    //do stuff

    } ?>

    to gallery.php

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove NexGen from homepage?’ is closed to new replies.