Query_posts page navigation problem (3.2.1)
-
Hi everyone,
Well, it seems that this is a common problem with query_posts (i’ve seen many threads on Google, but none of them solved my problem).
I’ve added a line in my index.php page :
<?php $paged = (get_query_var('page')) ? get_query_var('page') : 1; ?>
the problem is half solved, i can get to my older posts, but this time i have all my posts on the same page(no navigation anymore).
here is the link : https://blog.himstudio.com/?cat=4Can anyone help men on this, i’m new at WordPress (used to work with Joomla).
Thanks.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Query_posts page navigation problem (3.2.1)’ is closed to new replies.