I have a CPT called Products and I want specific text widgets to show up only on certain individual products. Is there a way to do this? Using Dynamic Widgets or Display Widgets doesn't work because they view all CPTs as a group. I can create custom taxonomies for this (recognized by those plugins) but that seems really inefficient when something only applies to a single item.
The other thought I had for doing this was to hide the sidebar for my Product CPTs and then just build a fake sidebar into the content template. That wouldn't be too bad because then all the info would be cataloged in the CPT. In a case like this, is there a universal class selector that works to identify a CPT (maybe based on a slug). I see the content uses the class .product but that doesn't affect the items outside of it like the sidebar.