Archived topic
NEED TO SHOW TAGS TITLES IN THE END OF EACH POST
3 replies · Started by cristhian on June 25, 2017
HELLO
I used the blog content option to hide the tag title in the blog post page because it show it after the READ MORE button.
However i want to show the tags titles at the end of each post when people open the entire post.
Do you have a trick that can help me with that?
Hi there,
You can set it to show in the customizer then use this CSS to hide it on main blog page:
.blog .tags-links,
.archive .tags-links {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It works perfect!!
Thank you Leo.
No problem!