Hi,
I wonder if I can retrieve a value of specific custom parameter?
For example:
Shortcode name: list-of-urls
Contents:
%%url1:myURL1%%
%%url2:myURL2%%
Can I do something like this:
[sc name="list-of-urls" parameter="url1"]
which would return myURL1
Obviously “parameter=” doesn’t work – so I wonder if there’s a way to call this attribute?
Thanks,
Leo