let’s say I’m on a page like: http://localhost/cms/wp-vitus/tag/project-mgmt/ – a taxonomy page – in the right sidebar I’d like to show all the other post titles that also have the tag slug “project-mgmt” – kind of a contextual widget that is created/populated dynamically – I don’t whether it is even possible to dynamically ad a widget to the right sidebar – however first I need to figure out whether I’m on a taxonomy page or not.
wp_head, pre_get_posts don’t seem to work when running is_tax()