[Resolved] NEED TO SHOW TAGS TITLES IN THE END OF EACH POST

Home Forums Support [Resolved] NEED TO SHOW TAGS TITLES IN THE END OF EACH POST

Home Forums Support NEED TO SHOW TAGS TITLES IN THE END OF EACH POST

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338729
    cristhian

    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?

    #338730
    Leo
    Staff
    Customer Support

    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/

    #338776
    cristhian

    It works perfect!!

    Thank you Leo.

    #338779
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.