I'm just in the process of setting up a new installation with a new theme:
http://alwaysbeenagypsy.com/blog/
My first problem is that tags are not being displayed at the bottom of posts. What is the code I need to add to the template to have this shown?
My second thing is actually a question. My blog is going to be about travelling and about fashion. Two completely different things (this is my personal blog so I'm not aiming for a "market", it's just my friends, and random surfers that will find it).
On the sidebar I would like to have one section for all the Fashion categories and one section for all the Travel categories. I know that I can make Fashion and Travel parent categories and then put all the other categories under them as subcategories. So for demonstration purposes I have done this with Travel and made a couple test posts. I know I can also set the template to display the heirarchy and so for demonstration purposes I have also done that so you can look at that link and see what it looks like.
The problem is I want to be able to display all the Travel categories in one box, and all the fashion categories in another box. Is this possible? Also I would like to display only the child categories, not the parents otherwise the formatting gets messed up.
The code used in the template to display the categories is:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
(with hierarchical=0 being the default but I've turned it on now)
Is there any way to do what I want to do?
edit: I'm using the newest wp version, just installed.