Is there a way to limit the creation of pages (custom post type) to a specific depth – e.g. level 1 (where 0 = parent, 1 = child, 2...
Is it possible to set up a “dummy” page – just a page title that appears in the page listing, and a page that is not editable and doesn’t...
There is a site with WordPress installed and a theme selected. I have created an HTML page for the site, but it wasn’t looking well with the theme. So,...
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 with different content. I can’t seem...
I have one default page template that I wish to use for two scenarios. I’d prefer to use only one page template for the sake of simplicity for my...
I am trying to output a logo depending on which page is being viewed. <?php if ( is_page('home') || is_page('services') ) { ?> <div class="col-md-2 col-sm-4"> <?php ci_e_logo('<h1 class="logo...
I would like to ask that, how to get the link back to parent page when i’m in the child pages? I would rather to use a proper link...
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 page children pages. This query needs...