Display Tags under post title on post page

Good morning,

I would like it so under a post title on the post page it displays the tag that I have assigned it. I can see in the theme options you can set the Post Meta to ON which shows categories, the date, how posted it etc. I have left this one for now -

I wish just to display the tag. How is this possible?

Thank you!
Jason

Hey Jason,

Regretfully, it’s not possible without custom development and that is outside the scope of our product support.

If you are a coder, what you can do is override the Post Meta function of the stack. Go to framework\functions\frontend and open the PHP file of the stack. For example, if you’re using Integrity, open integrity.php.

In that file, you find the Integrity stack’s post meta function and that is x_integrity_entry_meta. Copy the whole function to your child theme’s functions.php and override the code block that displays the categories. You need to turn it to display tags instead.

image

What I mentioned wouldn’t make sense if you’re not a developer so if that is the case, you need to consult with a 3rd party developer.

Hope that helps and thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.