Forums

Sub Pages widget
If you want to only show subpages of current page (2 posts)

  1. christa365
    Member
    Posted 5 months ago #

    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;
    }

    http://wordpress.org/extend/plugins/subpages-widget/

  2. christa365
    Member
    Posted 5 months ago #

    Oh, wait,

    Scratch that .custom .children if you aren't using Thesis. I think it would just be .children in that case!

Reply

You must log in to post.

About this Plugin

About this Topic