cromination
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: Populating new pages with Category postsYes, thanks much!
Forum: Themes and Templates
In reply to: Populating new pages with Category postsAh, 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
In reply to: Populating new pages with Category postsThis 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
In reply to: Populating new pages with Category postsI 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)