I have two sidebar widgets, I need to display 1 widget on the archive pages for the standard post categories and the other widget needs to show on just the archive pages for a specific custom post type.
If I use the conditional tag is_archive() then both widgets will show up on both archive pages.
How can I determine which archive page the widgets should be displayed on?
I'm using the plugin 'Widget Logic'
Thanks in advance