Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is there a conditional tag like wordpress's is_paged()?

  • I don’t want the search engine index every forum’s navigation page, so I’m thinking about this question.

Viewing 2 replies - 1 through 2 (of 2 total)

  • _ck_
    Participant

    @_ck_

    $page will be greater than 1 if you are on a paginated set of pages for any kind of view, topic, etc.

    so do a

    global $page;

    and then if ($page>1) { blah }

    but search engines like google are already aware of bbPress and index it well

    thanks so much _ck_, it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar