The Loop and number of results
-
with the loop i can query for the most recent posts for the first page it will return 10 results, on the next page again 10 results and so on
while in the loop i want to know what position that post has in the resultset
so the first post on the page 2 would need to return 10 or 11 (depending on it being 0 based or not)
how can i find that ? is it a variable that is stored in the wp_query or so ?
thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘The Loop and number of results’ is closed to new replies.