I am using the WP Views widget in a sidebar to display a list of Events (custom post type) from a City (taxonomy) inherited by the url of the page (it's on the results page of a parameter search).
I'd like the title of the widget to display the City taxonomy. I tried "More Events in [wpv-taxonomy-title]" but that didn't work.
1) Can shortcodes be used in the widget title?
2) If so, is this the correct shortcode to inherit the taxonomy that was just searched? Or is there a shortcode that will allow me to display "the City set by the current page's url"?
Thank you!