Site logo

[Support request] How to add the word “Prayers” to the title of every tag?

Home Forums Support [Support request] How to add the word “Prayers” to the title of every tag?

Home Forums Support How to add the word “Prayers” to the title of every tag?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2499549
    Jericho

    Hello!

    How can I add the word “Prayers” to the title of every tag in my blog, which is about prayers and uses tags such as healing, guidance, and protection, etc. to categorize all the prayers?

    Screenshot: https://prnt.sc/Oz5B5-xbg_TB

    Thank you!

    #2499553
    Fernando
    Customer Support

    Hi Jericho,

    Here’s a CSS code you may try adding through Appearance > Customize > Additional CSS:

    .archive.tag h1.page-title:after {
        content: " Prayers";
    }
    #2501485
    Jericho

    Thanks Fernando, the code works perfectly!

    I have one more question, do I understand correctly that the code you provided will apply to all the tags on my website?

    In the future, if I publish a non-prayer-related article, could you please provide me with CSS code to exclude any other tags from showing the word “Prayer” after them?

    For instance, if I write an article about “How to Pray,” I will tag it with guide or resources, the word “Prayers” should not appear on either of these tags.

    Thank you so much!

    #2501716
    David
    Staff
    Customer Support

    Hi there,

    the easiest solution would be to edit the Tag and change the Name to include the word. You can leave the Slug as it is.

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