I have made a simple WP plugin, that will get some documents from calameo.com
and present them in a nice manner. I have made a custom shortcode for it. Let's call it "Shortcode"…
I will have [Shortcode vendor=vendor1]
to show only the documents related to
a vendor and I know how to do that.
What I need to do is to pass arguments values from the url to the shortcode but I didn't found yet the way to do it.
Any help is appreciated.