kertoon
Member
Posted 2 years ago #
While I was making some changes to the template, I realize that the tags for single posts are missing.
This is from my single.php:
<?php link_pages('<p>Pages: ', '</p>', 'number'); ?>
</div>
<p class="tagged">Tags: <?php the_tags('','·',''); ?></p>
There's nothing obviously wrong with that code.
kertoon
Member
Posted 2 years ago #
Yeah, because I don't remember tempering with it. I clearly remember the tags for single post were there earlier. Because each time when I make any changes to the code in the templates, I check to ensure everything is working.
kertoon
Member
Posted 2 years ago #
Yes, I have found the problem. Silly mistake on my part. Anyway, thank you Esmi.