Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    By default the theme does not display tags on single posts, only categories. If you would like to display tags, you could add the following code to the loop-excerpt.php file:

    <?php the_tags(); ?>

    It would probably look best added beneath the following code:

    <?php the_category( '<br />' ); ?>

    Thanks!

    Thread Starter bastamanography

    (@bastamanography)

    thx a lot

    Theme Author Organic Themes

    (@organicthemes)

    No problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘showing tags at single post’ is closed to new replies.