Forums

[resolved] Excluding slideshow from "previous entries" pages (3 posts)

  1. CallMeMisterX
    Member
    Posted 2 years ago #

    I have a slideshow on my index page that I want to exclude, once the "previous posts" link is clicked. In other words:
    1) index page lists 10 most recent posts
    2) to see more posts, the "previous entries" link at the bottom of the page must be clicked
    3) any pages after this link is clicked, I want the slideshow to be gone.

    I suspect what I need is a conditional statement. What I don't know is what code I need to use to say "if it isn't the first page, then exclude the slideshow" i.e. mydomain/page/2, mydomain/page/3, etc.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    http://codex.wordpress.org/Conditional_Tags#A_Paged_Page

    `<?php if(!is_paged()) { show slideshow } ; ?>

  3. CallMeMisterX
    Member
    Posted 2 years ago #

    Thanks! That's exactly what I was looking for.

Topic Closed

This topic has been closed to new replies.

About this Topic