• Im currently working on a theme for public release and I am wondering how to nest posts into a 3 level hierarchy based on date, starting with year. For example:

      2008

    • May
    • What is a post title
    • Post title 2
    • Another post title here
    • January
    • This is a post title
    • Post title two
    • Another post title
      2007

    • December
    • What is a post title
    • Post title 2
    • Another post title here
    • September
    • This is a post title
    • Post title two
    • Another post title
    • March
    • This is a post title
    • Post title two
    • Another post title

    I can get the individual posts, its the wrapper with correctly organized month and year that matter to me. Anybody know how to set up the conditionals in my theme?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • this has been done with at least one plugin .. no need to reinvent the wheel.

    https://www.geekwithlaptop.com/projects/clean-archives/

    Thread Starter isaachorton

    (@isaachorton)

    ok the html did not come through for the nesting I am trying to illustrate. Here is an example trying to show it in plain text.

    – Year
    | – Month
    – – | – Listings
    – – | – Listings
    – – | – Listings
    – – Month
    – – | – Listings
    – – | – Listings
    – Year
    | – Month
    – – | – Listings
    – – | – Listings
    – – | – Listings
    – – Month
    – – | – Listings
    – – | – Listings

    that plugin …..Ive done EXACTLY that using that plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating a Timeline Visualization of Posts and Pages’ is closed to new replies.