<!-- i need here: IF POST GOT TAGS -->
<? the_tags()?>
<!-- ELSE IF IT DON'T HAVE TAGS -->
<? //blank ?>
<!-- i need here: IF POST GOT TAGS -->
<? the_tags()?>
<!-- ELSE IF IT DON'T HAVE TAGS -->
<? //blank ?>
<?php if( get_the_tags() ) : ?>
<? the_tags(); ?>
<?php else : ?>
<!-- no tags -->
<?php endif; ?>nice, tkz for help
This topic has been closed to new replies.