Hii i want that when i click on category link that show sub category if available instead of posts list If No Sub category available then show normal posts how to do this that if available sub categories only show just sub categories not any other posts Mean which extra code i add in my archive page that show sub categories if available otherwise show posts Thanks
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
use a conditional statement, for example:
http://codex.wordpress.org/Function_Reference/get_categories http://codex.wordpress.org/Template_Tags/wp_list_categories edit: list code for sub categories added |
|||||
|
