thebluntprophet
Member
Posted 5 years ago #
Afternoon friends,
Over at http://www.thebluntprophet.com I am trying to add a line of my Technorati Tags directly under the Catergories list at the end of my posts. Here is my code
<p class="postmetadata">Categorised in <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?> | " rel="trackback">Trackback
<p ALIGN="center">Tags <?php the_post_keytags(); ?>
How do I get it to show in the same shaded area but on a new line?
Thanks
Try:
<p class="postmetadata">Categorised in <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?> | " rel="trackback">Trackback
<br />
Tags <?php the_post_keytags(); ?>
</p>
thebluntprophet
Member
Posted 5 years ago #
Trying that now, for some reason my host takes forever to update my files when I change something.
Looking into that issue now :-(
thebluntprophet
Member
Posted 5 years ago #
Excellent! Would you mind marking this as Resolved?
Happy blogging.