Check whether the child page has siblings
Is there a way to check whether the child page has sibling pages. That is, whether they belong to the same parent page. … Read more
Is there a way to check whether the child page has sibling pages. That is, whether they belong to the same parent page. … Read more
I’m trying to make a shortcode I can put into a widget that will show the siblings if there are any otherwise show … Read more
I am using this shortcode to produce a list of child pages of a specified parent. I would like to replace the list … Read more
Please ignore my poor English. I have custom post type (order). and its working like charm, But default post type (pages) list are … Read more
I am trying to show a sub-menu of child-pages only on level 2 pages (who have a parent) and if they have children. … Read more
I want to list all site pages with the template they use. Is there a mod to wp_list_pages which does this? 4 Answers … Read more
I just want to add a class for the active page in the wp_list_pages().Is it possible? If so can I provide a particular … Read more
I’m starting work on a legacy site, that has gotten quite messy. We’d sure like to clean things up. The site has 3914 … Read more
When using functions such as wp_list_pages(), WordPress gives you the depth option. How is it calculated? Is it stored somewhere in the DB? … Read more
In a theme I’m building, there are two main types of page. One is a product-gallery, one is for general info. I’d like … Read more