Add tags to pages
-
I have a plugin that adds tags to pages, but they do not display on the theme. How can I add the element to display tags onto pages? I found the following line that adds the tags on the post but adding to the page template doesn’t display tags.
<?php echo get_the_tag_list(‘<p class=”tags-list”><i data-cp-fa=”true” class=”font-icon-25 fa fa-tags”></i> ‘, ‘ ‘, ‘</p>’); ?>
I also have a custom portfolio post type, that appears to use the theme’s post page to display it’s content, but the tags (also included in the plugin) also don’t display. Can I add tags to posts displayed by this plugin?
The topic ‘Add tags to pages’ is closed to new replies.
