• Hello I am using this plugin to display sibling pages of a current page.

    For example the parent page is food, child pages noted with -:

    Food
    -pizza
    -chicken

    I want this plugin to display only the sibling pages and the current pages so it should look like this

    Pizza
    Chicken

    The page “food” in this example redirects to the first child of it so it is usesless to have it listed. How would I go about hiding it from the list?

    https://wordpress.org/plugins/hierarchical-pages/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Okay I tried this plugin and wanted to use the shortcode so haven’t looked at the widget settings. So I don’t know the best answer for you. However, you can hide anything you want using css { display: none } Just look for a unique way to target that parent page with that css in the style sheet.

    I’m looking for the same thing as phom009. I need a contextual/hierarchical menu that is one level in from what you’d normally expect.

    If this is my site map:

    – AAAA
    – BBBB
    — CCCCC
    — DDDDD
    — EEEE
    — FFFF
    — GGGG
    – HHHH

    I want to just display this much in a particular area of the site:

    — CCCCC
    — DDDDD
    — EEEE
    — FFFF
    — GGGG

    That is, the children of “BBBB.” With this plugin’s widget, you can set the root ID (so that of BBBB). However, it displays “BBBB,” too. Is there any way to remove that root level?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Parent Page’ is closed to new replies.