How to Conditionally Not Display a Link Based on Current URL?
because you are using a text widget, this is what I can suggest you do… if you have links like this on your widget, <a href=”#”>link 1</a> <a href=”#”>link 2</a> <a href=”#”>link 3</a> <a href=”#”>link 4</a> you could add a class to it based on body classes. you can check yours in your browser by … Read more