Archived topic
Exclude Sidebar Widget from Posts with Specific Tag
5 replies · Started by Caitriona on August 7, 2022
Hi, I am using an image widget on my right sidebar with my picture in it. I want to exclude this widget image from posts that have the tag "guest-author." How do you do this?
Hi there,
can i see the page with the image ?
Sure. Sent you a link to a post with the tag.
Are you using the Block Editor ?
As a simple solution would be to:
1. remove the widget with the image.
2. Create a new Block element in Appearance > Elements. Leave the Element Type as Hook:
https://docs.generatepress.com/article/block-element-hook/
3. In the block element editor create your image content.
4. Set the Hook to: before_right_sidebar
5. Set the Display Rules Location to `Entire Site.
6. Set the Display Rules Exclusion to: Post Tags -> Guest Author.
Let me know if thats an option.
That works perfectly, thank you!
Glad to hear that!