• Hi,

    i want to display all the tags of the IssueM articles on the archive page (in the content, not the sidebar)
    Is there any easy way to do that or do i need to adjust the plugin?

    I was able to add the Tags at the end of articles by adding
    <div class="article_tags">Tags: <?php echo get_the_term_list( $post->ID, 'issuem_issue_tags', '', ', ', ' ' ); ?></div> in the content-single.php but i have not found a way to get all the tags.

    I have not activated “Use Default WordPress Category and Tag Taxonomies“

    Thanks,
    Flo

    https://www.ads-software.com/plugins/issuem/

  • The topic ‘Tags on the Archive page’ is closed to new replies.