Title: Complex Category Listing
Last modified: August 20, 2016

---

# Complex Category Listing

 *  Resolved [Pendulum](https://wordpress.org/support/users/pendulum/)
 * (@pendulum)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/complex-category-listing/)
 * Long time lurker, first time poster… Not sure if this would be better suited 
   for the Hacks forum or here.
 * I’ve got a site that I want to display categories with subcategories in a nested
   div. Here’s an HTML example:
 *     ```
       <div id="categoryList">
       	<div class="category">
       		<a href="#" class="clickToggle"><h1>Category 1</h1></a>
       		<div class="subCategories">
       			<div class="subCategory">
       				<a href="#" class="hoverToggle"><h2>franchise 1</h2></a>
       				<p>...//...</p>
       			</div>
       		</div>
       	</div>
       	<div class="category">
       		<a href="#" class="clickToggle"><h1>Category 2</h1></a>
       		<div class="subCategories">
       			<div class="subCategory">
       				<a href="#" class="hoverToggle"><h2>franchise 5</h2></a>
       				<p>...//...</p>
       			</div>
       		</div>
       	</div>
       ```
   
 * Any help would be greatly appreciated. I’m open to suggestions if there’s an 
   entirely different way to do this, as well.
 * **Huge thanks** in advance to anyone that can help me along.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Pendulum](https://wordpress.org/support/users/pendulum/)
 * (@pendulum)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/complex-category-listing/#post-2899654)
 * Ok, I’ve got it working thanks to an old post and some code by alchymyth. Now
   I’m trying to list posts within the subcategories.

Viewing 1 replies (of 1 total)

The topic ‘Complex Category Listing’ is closed to new replies.

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [wp_list_categories()](https://wordpress.org/support/topic-tag/wp_list_categories/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Pendulum](https://wordpress.org/support/users/pendulum/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/complex-category-listing/#post-2899654)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
