[Plugin: Sub Pages widget] If you want to only show subpages of current page
-
Hey,
If you want to list all the top pages, plus only the subpages of the page you are currently viewing, add this to your CSS:
.custom .children {
display: none;
}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
display:
block;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Sub Pages widget] If you want to only show subpages of current page’ is closed to new replies.