Okay
  Public Ticket #3808064
Link to tag archive page in a post
Open

Comments

  •  1
    Rafa started the conversation

    How can I make the tags at the end of each post link to the archive page of each tag?

    I'm looking through both WordPress options and Salient settings, but I can't find any option for this. I don't know if it's possible with Salient or if there's no way to do it.

    Thank you very much in advance!

    Attached files:  image_2025-01-25_182156137.png

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div#sidebar .row-bg-wrap {display:none !important;}

    Thanks

    Best,

     


    ThemeNectar Support Team 

  •  1
    Rafa replied

    Problem solved, thank you very much!