I have a view that is filtered by Taxonomy in the URL
so: example.com/my-view?t=my-taxonomy
What I try to do is to hook the_title() to read 'All Posts of [taxonomy by url]'
Any idea how to achieve?
1. I need to hook the_title whenever a specific view is displayed on a page
2. I need to retrieve the Taxonomy by the slug in the URL of the requested page
For example - add a custom shortcode [taxonomy-by-url] where you can get the URL param and based that URL param value fetch the terms and return the values: