Forums

[resolved] tags if post got tags else (3 posts)

  1. blueyez
    Member
    Posted 4 years ago #

    <!-- i need here: IF POST GOT TAGS -->
    <? the_tags()?>
    <!-- ELSE IF IT DON'T HAVE TAGS -->
    <? //blank ?>

  2. Kafkaesqui
    Moderator
    Posted 4 years ago #

    <?php if( get_the_tags() ) : ?>
    <? the_tags(); ?>
    <?php else : ?>
    <!-- no tags -->
    <?php endif; ?>
  3. blueyez
    Member
    Posted 4 years ago #

    nice, tkz for help

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags