Hi,
I have a default widget area displayed on all blog pages.
I also have on widget I want to display only in single post page. I added this widget to the Sidebar Blog widget area.
This one widget appears on the top of sidebar on single post page as I wanted and doesn’t appear on main blog page. So far, great.
Problem is that this widget area appears also on all archive pages and user pages.
Any way to change this and define what widget areas appear on archive pages and user pages?
Thanks
Hey!
Try this plugin:
https://wordpress.org/plugins/widget-logic/
To detect an archive page:
http://codex.wordpress.org/Function_Reference/is_archive
Best regards,
Josue
It works.
Thanks