is_paged() ?
-
Hi!
I’d like to hook some stuff on the first page only (front page).
How could I take advantage of conditional statement for Estatik pagination?Eg.
if ( is_front_page() && !is_paged() ) { $display = true; }
Seems to not work for paginated properties neither on front page nor any listing.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘is_paged() ?’ is closed to new replies.