Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


_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

Skip to toolbar