Function to access page number?
-
If trying to get the page number, is there a function to do this? Or would I need to do something complicated like so:
if is_paged('2') $pagenum = 2;
if is_paged('3') $pagenum = 3;
...
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Function to access page number?’ is closed to new replies.