• I am looking for a script or widget that will allow me to in my categories sidebar have all the posts listed within each category and then when someone clicks on that catergory a drop down list appears showing all posts from that category.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nmay

    (@nmay)

    anyone with real help?

    Also looking for something like this… I have the drop down functionality but require a method for calling and playing out the cats and posts… somewhat like this:

    <ul>
    <li>
        <a href="category_url">CATEGORY</a>
    
    <ul>
    <li><a href="post_url">POST</a></li>
    </ul>
    </li>
    </ul>

    Obviously I would like this to loop until it has played out all categories and posts within them.

    Would really appreaciate any help!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Category List With Posts’ is closed to new replies.