Support » Plugin: W4 Post List » I can display subcategories but not the parents

  • Hi there,

    So I’ve these categories :

    Windows
    -Tutorials
    -News
    -Articles

    Linux
    -Tutorials
    -News
    -Articles

    I’m able to display all subcategories name and a list of the posts within like

    Tutorials
    -Tutorial 1
    -Tutorial 2
    -…

    News
    -News 1
    -News 2
    -…

    But I’m not able to display the parent catergoy name (here Windows and Linux), so I’ve two times “News”, “Tutorials” and “Articles” but the visitor can’t distinct the main category these subs belong to.

    I’m curently using this code :

    [groups]
    [group_title]
    <ul>[posts]
    <li>
    [title]
    </li>
    [/posts]</ul>
    [/groups]

    And I “group by Categories”.

    So how could I display the main category name with its sub categories ?

    https://wordpress.org/plugins/w4-post-list/

  • The topic ‘I can display subcategories but not the parents’ is closed to new replies.