Forums

Category and Tags as Menu (3 posts)

  1. bipin000
    Member
    Posted 6 months ago #

    i want to display my sidebar with links of categories its subcategories and further below its tags how can i
    like below

    <ul>
    <li>catagory1<li>
        <ul>
            <li>subcategory1</li>
               <ul>
                  <li>Tag1</li>
                  <li>tag2</li>
                </ul>
            <li>subcategory2</li>
               <ul>
                  <li>Tag1</li>
                  <li>tag2</li>
                </ul>
         </ul>
    <li>category2</li>
    .
    .
    .
    .and so on
    </ul>

    and i m try to use wp_list_categories() for this.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 6 months ago #

    And?

  3. bipin000
    Member
    Posted 6 months ago #

    and i am using wp_list_categories is that the right option to use

Reply

You must log in to post.

About this Topic