My site (kidcityny.com) has tags on the home page but when it goes to a subpage the widget with tags seems to completely disappear. Please please help. Any and all advice is welcome.
My site (kidcityny.com) has tags on the home page but when it goes to a subpage the widget with tags seems to completely disappear. Please please help. Any and all advice is welcome.
Sounds like some of your theme template files need editing do display the tags - category.php, archive,php and single.php.
You'll need to add:
`<?php the_tags();?>
wherever you want the tag list to be displayed.
You must log in to post.