Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16168, comment 6


Ignore:
Timestamp:
08/27/2011 09:01:42 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16168, comment 6

    initial v1  
    1 I believe the confusion stems from the fact that query_posts() *does* work if you use it in a page template.
     1I believe the confusion stems from the fact that query_posts() ''does'' work if you use it in a page template.
    22
    33In that case, due to the multi-part page feature, WP doesn't throw a 404 but simply displays the first part of the page, when it can't find the part given in the URL.