I am trying to: I have a content template working just fine. I have a button that I am linking to a page with a view on it. That page with View needs argument from URL.
For the button I set the url to:
hidden link;
At this point the link works, it goes to correct page, BUT the argument will not parse / render! All I get is [wpv-post-id] when it should be the post's ID number.
I visited this URL: https://toolset.com/documentation/user-guides/passing-arguments-to-views/
I expected to see: I expect to see.. ?pass=[wpv-post-id] being replaced with ?pass=post id number
Instead, I got:
The whole issue was and still is because I am using Visual Composer, and the link that mentioned initially was being done by using a button. For some odd reason the arguments just dont work.. so I had to create this using old fashion text link and everything works fine using that method.
I guess VC and Views isn't completely integrated.