[Plugin: Content Aware Sidebars] More advanced control over replacement rules
-
Let’s say I have the following post types:
Cars, Boats, and Planes.
And then I have a tag called “vintage”.
And I want my sidebar to appear on any content tagged with vintage, and all posts with Cars, regardless of whether they were tagged with vintage or not.
There are two ways of handling this “and”. A boolean intersection, or a boolean union (which in this case would be more like an “or” rather than an “and”).
This plugin seems to choose the intersection approach, whereby if I check off Cars and vintage, it doesn’t apply the sidebar to all content tagged with vintage, and all cars. It only applies it to all car posts tagged with vintage.
(the same is true for page templates, categories etc – the plugin seems to let you get more and more exclusive, rather than more and more inclusive).
So that got me thinking that it would be nice if the plugin let you define your own boolean logic rules for determining which pages/posts/taxonomies get which sidebars.
Any thoughts on this?
The topic ‘[Plugin: Content Aware Sidebars] More advanced control over replacement rules’ is closed to new replies.