500 page request error: ?page_id=2 wp_list_pages
-
My new theme does not access pages using ?page_id. Preloaded WordPress themes, Classic and Default are able to retrieve pages using ?page_id. I would like some suggestions you might have to debug my new theme.
Details:
Creates urls:
<?php wp_list_pages(‘depth=1&title_li=&before=–’);?>Url(s) created by wp_list_pages don’t work with new my theme, but are successful with classic and default.
[DOESN’T WORK]New theme url:
https://127.0.0.1/wordpress/?page_id=2[WORK] Classic/Default url for page access:
https://127.0.0.1/wordpress/?page_id=2Ideas, links to posts, or general discussion would be appreciated.
Thanks, Bill
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘500 page request error: ?page_id=2 wp_list_pages’ is closed to new replies.