On my wordpress site www.funnysmsjokes.co.in there are categories on the sidebar “SMS Categories”.
Now I want to add two more main sections on the sidebar like
- SMS Jokes
- Hindi SMS Jokes
… So on
If I add SMS Jokes in Category it is showing with all others, but I want that to be showed as parent and all other subcategories under it.
I have added following code in the sidebar.php file:
<?php wp_list_categories(‘title_li=<h2>’ . __(‘SMS Categories’) . ‘</h2>&child_of=3’); ?>
Can anyone tell me what code I need to add solve this issue.
I hope you understand my question.
Thanks