Title: cromination's Replies | WordPress.org

---

# cromination

  [  ](https://wordpress.org/support/users/cromination/)

 *   [Profile](https://wordpress.org/support/users/cromination/)
 *   [Topics Started](https://wordpress.org/support/users/cromination/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cromination/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cromination/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cromination/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cromination/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cromination/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Populating new pages with Category posts](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/)
 *  Thread Starter [cromination](https://wordpress.org/support/users/cromination/)
 * (@cromination)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/#post-533526)
 * Yes, thanks much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Populating new pages with Category posts](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/)
 *  Thread Starter [cromination](https://wordpress.org/support/users/cromination/)
 * (@cromination)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/#post-533476)
 * Ah, I figured this out today:
 *     ```
       <?php wp_list_categories('show_count=1&include=8, 9, 10 &title_li=<h2>Current Materials</h2>'); ?>
       ```
   
 * This makes life much easier for this too.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Populating new pages with Category posts](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/)
 *  Thread Starter [cromination](https://wordpress.org/support/users/cromination/)
 * (@cromination)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/#post-533428)
 * This is what I’ve currently got as an example:
 *     ```
       <h2>Current Materials</h2>
       <a href="http://mysite.com/blog/?cat=8">Current Creative</a><br>
       <a href="http://mysite.com/blog/?cat=9">Current Media</a><br>
       <a href="http://mysite.com/blog/?cat=10">Current Research</a>
   
       <h2>Archived Materials</h2>
       ```
   
 * etc.
 * That loop does sound like what I want to do without having to hard code any of
   the side links. I’ll give it a shot, thanks for the help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Populating new pages with Category posts](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/)
 *  Thread Starter [cromination](https://wordpress.org/support/users/cromination/)
 * (@cromination)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/populating-new-pages-with-category-posts/#post-533388)
 * I understand how to make subcategories within categories. However what I want
   to do is make 3 of the categories fall under one header with a simple `<h2>` `
   </h2>` tag to define the header, and then 3 of the categories to fall under that.
   Then another 3 categories to fall under a different header. I’ve seen PHP calls
   for the entire categories section, but I was wondering about how to break it 
   up so that certain categories are called under certain titles.
 * Thanks much!

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