Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35344, comment 59


Ignore:
Timestamp:
01/24/2016 05:14:38 PM (10 years ago)
Author:
nimrodlflores
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35344, comment 59

    initial v1  
    55Experiencing 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.
    66
    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.
     7I 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
     9But on the other hand, isn't it also supposed to be the 'page' query_var that should be filled, instead of the 'paged'?