Forums

[resolved] Adding tags on the next line (5 posts)

  1. 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

  2. Chris_K
    Member
    Posted 5 years ago #

    Try:

    <p class="postmetadata">Categorised in <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?> | " rel="trackback">Trackback
    <br />
    Tags <?php the_post_keytags(); ?>
    </p>

  3. 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 :-(

  4. thebluntprophet
    Member
    Posted 5 years ago #

    Thanks works great !

  5. Chris_K
    Member
    Posted 5 years ago #

    Excellent! Would you mind marking this as Resolved?

    Happy blogging.

Topic Closed

This topic has been closed to new replies.

About this Topic