Tell us what you are trying to do?
I want to see what is actually available in the page and view content template
(I know the variables are coming into the page in the $_request because I am using PHP everywhere to display it)
Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/passing-arguments-to-views/
Is there a similar example that we can see?
view param artist_owner in page : [wpv-attribute name="artists_owner"]
( this is also a wp-types custom field)
What is the link to your site?
hidden link
thanks!
Dear Chris,
Please try the Views shortcode [wpv-search-term], for example:
[wpv-search-term param='artists_owner']
see our document:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-search-term
This shortcode displays the search term when visiting the search results page, mainly if it is controlled using a WordPress Archive created in Views.
thanks
That works great in pages ( [wpv-search-term param='artists_owner'] but that short code does not seem to render in the view (its shortcake used by the page) or view's content template.
Is there a way to do that too ?
It should work in the View's loop and view's content template.
The problem you mentioned above is abnormal:
but that short code does not seem to render in the view (its shortcake used by the page) or view's content template.
Please describe detail steps to duplicate same problem, I need to test and debug it in my localhost, thanks