In the Statamic docs, it says {{ entries:listing }}
tag can take a taxonomy parameter:
{{ entries:listing taxonomy="true" }}
This is described as "Boolean setting to use the current URL to filter taxonomies automatically." (Page http://statamic.com/learn/documentation/tags/entries)
Please can someone tell me what that means and when to use it? How does it differ from {{ taxonomy:listing }}
?