<?php the_tags not producing results
-
I am having trouble getting the tags to appear in single.php I have confirmed that my theme does not use start_wp, which apparently causes this problems at times. The code is, I believe within the loop, coming between <?php the_title(); ?> and <?php the_content(‘Read the rest of this entry »’); ?>
The code in my single.php is below. Anyhelp would be greatly appreciated!
<div id=”stats”>
<span><?php the_time(‘j F Y’) ?></span>
<span>Sector: <?php the_category(‘, ‘) ?></span>
<?php the_tags( ‘Tags: ‘, ‘, ‘, ”); ?>
</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘<?php the_tags not producing results’ is closed to new replies.