Hi friends, I need some urgent help in solving a problem in my new wordpress website- webcyonix.com/digi/ In the category Magazine> Archive/Past Issue I don't want to display posts but all its sub-categories. How can I do this without affecting any other categories of my website? Please assist me asap, I am also ready to pay if you can fix this.
check out conditional tags in the codex. You can make some simple code like <if category is Archive, display the sub cats, if not, the usual posts> DD