Changes between Initial Version and Version 1 of Ticket #35344, comment 59
- Timestamp:
- 01/24/2016 05:14:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35344, comment 59
initial v1 5 5 Experiencing the same thing with @chriscamplejohn. Already replaced my query.php file and it only fixed the URL I see in the browser (meaning the redirect to home/front base page stopped) but the posts I get from query_posts() are still the same throughout /page/2/ ... /page/3/ ... and so on. 6 6 7 I see that the 'paged' query_var is being properly received by my page template but I think it's the query_posts() function that may not be handling properly the arguments I pass to it. 7 I see that the 'paged' (instead of 'page') query_var is being received by my page template but I think it's the query_posts() function that may not be handling properly the arguments I pass to it. 8 9 But on the other hand, isn't it also supposed to be the 'page' query_var that should be filled, instead of the 'paged'?