How To Limit Hierarchical Pages Depth (For Custom Post Types) To Children Only
Is there a way to limit the creation of pages (custom post type) to a specific depth – e.g. level 1 (where 0 … Read more
Is there a way to limit the creation of pages (custom post type) to a specific depth – e.g. level 1 (where 0 … Read more
Is it possible to set up a “dummy” page – just a page title that appears in the page listing, and a page … Read more
There is a site with WordPress installed and a theme selected. I have created an HTML page for the site, but it wasn’t … Read more
I have two pages – new.hillsong.com/australia/sisterhood – new.hillsong.com/hills/sisterhood Both pages are displaying the content for the /hills/sisterhood site but they are different pages … Read more
I have one default page template that I wish to use for two scenarios. I’d prefer to use only one page template for … Read more
I am trying to output a logo depending on which page is being viewed. <?php if ( is_page(‘home’) || is_page(‘services’) ) { ?> … Read more
I would like to ask that, how to get the link back to parent page when i’m in the child pages? I would … Read more
Can anyone please help me to with the wp_query. I am making a template file/loop to create and archive page of the current … Read more