Tagged Questions
0
votes
4answers
63 views
I want only my sub-pages to be clickable in the navbar
I am building a simple website with a number of pages, each of which is grouped.
Let's say my website has roughly 20 pages, grouped into 5 categories. So I want my navbar to display the 5 categories, ...
0
votes
2answers
228 views
wp_list_pages: only show subpages on the parent page?
I'm using wp_list_pages('title_li=') on my site.
Some of my pages do have subpages, however I don't want to list them unitl I'm on an actual parent page that has subpages.
So imagine my front-page:
...
1
vote
2answers
54 views
Does loading of sub pages in menu cause load to the server?
I am working on a wp site where I need to manage 500s of child pages for a single page such as About menu can have more child pages need to manage those child pages as sub menu and I have more than 5 ...
0
votes
1answer
135 views
Get page by template?
I'm in a complicated situation. I'll try to explain it as easy as possible.
Imagine the following pages:
Page 1
Page 2
Subpage 1
Subpage 2
Subpage 3
Each subpage of page 2 lists posts from a ...
0
votes
1answer
387 views
how to show custom menu in category and its posts?
I have a category X of posts. The category page and it's individual posts are all part of a custom menu consisting of pages and posts. My submenu, in the sidebar, works fine for showing on the pages, ...
1
vote
1answer
456 views
Subpages return 404 error [closed]
I set permanent link as http://site.com/%postname%/.
I'm talking about this type of pages: http://codex.wordpress.org/Pages_Screen.
All first level pages work fine. But subpages don't.
For the first ...