How to list tags in wordpress

  • 0
<?php
echo get_the_tag_list('<p>Tags: ',', ','</p>');
?>
Reference :https://codex.wordpress.org/Function_Reference/get_the_tag_list

<?php echo get_the_tag_list(‘<p>Tags: ‘,’, ‘,'</p>’); ?> Reference :https://codex.wordpress.org/Function_Reference/get_the_tag_list

<?php echo get_the_tag_list(‘<p>Tags: ‘,’, ‘,'</p>’); ?> Reference :https://codex.wordpress.org/Function_Reference/get_the_tag_list

Leave a Reply

Your email address will not be published. Required fields are marked *