Listing of category names
-
I’m setting up a site which is comprised of a couple of different “post types”. One is the normal blog entry type short article, but the other is in the form of short multi-chapter booklets. The way that I’ve set up the site so far is with a category structure as follows:
Articles
- Article 1
- Article 2
- Article 3, etc.
Booklets
Booklet 1- Chapter 1
- Chapter 2, etc.
Booklet 2
- Chapter 1, etc.
What I’m trying to accomplish is that, when the Booklet category is loaded, there would be a list of booklet titles rather than a list of the various chapters and their teaser text. I would then like to have just a list of Chapter titles when individual Booklet categories are loaded.
I’m not great at writing original php code, but have searched the forum and not found a way to do this. Any help would be appreciated.
- The topic ‘Listing of category names’ is closed to new replies.