Results 1 to 3 of 3

Thread: Hierarchical list of categories, php snippet needed

  1. #1
    Thread Starter
    Rookie cubtuc's Avatar
    Join Date
    Nov 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Hierarchical list of categories, php snippet needed

    I want to list all the sub-cats and sub-sub-cats on a top-level taxonomy-category page in the following fashion:

    Code:
    <ul>
    
    <li>
    <h3>Sub-Cat 1</h3>
    <ul>
    <li>Sub-sub-cat</li>
    <li>etc..</li>
    </ul>
    </li>
    
    <li>
    <h3>Sub-Cat 2</h3>
    <ul>
    <li>Sub-sub-cat</li>
    <li>etc..</li>
    </ul>
    </li>
    
    </ul>
    Ideally, the list nesting continues until there are no more sub-categories to list. I would like ability to adjust parameter control of depth level.

    Deadline: ASAP, latest by Nov 30.

  2. #2
    Thread Starter
    Rookie cubtuc's Avatar
    Join Date
    Nov 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    FYI, I am offering payment for this service and can be flexible on the deadline. Please let me know if you are interested.

  3. #3
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    Hello cubtuc,

    Can you fill this form? -> http://classipro.com/get-a-quote/

    Regards

    Quote Originally Posted by cubtuc View Post
    FYI, I am offering payment for this service and can be flexible on the deadline. Please let me know if you are interested.

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sub Categories List at top of Categories Page
    By webcrafty in forum ClassiPress General Discussion
    Replies: 12
    Last Post: June 11th, 2014, 04:03 AM
  2. Quick PHP snippet for "featured price"?
    By rodeoramsey in forum ClassiPress General Discussion
    Replies: 2
    Last Post: October 3rd, 2010, 11:12 AM