• I’m looking to have a page be the homepage (in the wordpress sense) plus show the last 5 posts (in a specific category preferrably) show in the sidebar. I’d like to have multi-level page nesting without having the full site map show on the sidebar…example:

    If site layout =
    Home
    Page 1
    Page 2
    Page 2.1
    Page 2.2
    Page 2.2.1
    Page 3

    Then if page = 1 (or home, or 3) then show (on the menu)
    Home
    Page 1
    Page 2
    Page 3

    Else if page = 2 (or 2.1 or 2.2) then show
    Page 2.1
    Page 2.2

    Else if page = 2.2
    then show Page 2.2.1

    Effectively, context sensitive navigation display…possible?

  • The topic ‘“static” home last 5 posts sidebar…’ is closed to new replies.