[wp-trac] [WordPress Trac] #12358: Sub pages aren't handled by page.php
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 24 09:59:13 UTC 2010
#12358: Sub pages aren't handled by page.php
--------------------------+-------------------------------------------------
Reporter: danielpataki | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 3.0
Severity: normal | Keywords: pages, templates
--------------------------+-------------------------------------------------
Comment(by dd32):
>I do not have anything which would be working to override the wordpress
built in stuff that handles this. I do have a custom post type for the
pages, but I doubt that these would be causing any problems, as main pages
assigned the custom post type are displayed correctly.
Do these have a post_type != "page"? Or were you refering to Taxonomies?
For me, This is working.. The sub pages are handled by page.php AND
is_page is true. Can you disable ALL plugins, and try on a stock install?
If you can find something which triggers it, it'd be much easier to
diagnose.
{{{
/about/ => is_page() == true
/about/sub-child/ => is_page() == true
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12358#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list