Tell us what you are trying to do?
I'm trying to prevent a view from appearing on certain post ids. This is the code that I'm using (shortened version below).
[wpv-conditional if="(('[wpv-post-id]' ne '6809') OR ('[wpv-post-id]' ne '6822') OR ('[wpv-post-id]' ne '7391'))"]
<div align='center'>
[wpv-conditional if="( CONTAINS(#(issue-area),'workshops') )"]< back to Workshops<br>[/wpv-conditional]
[/wpv-conditional]
</div>
My intention is that the inner conditions are executed only when the parent condition is met (ie: the view isn't showing on any of the post IDs mentioned.
The screenshots attached here show the view in its complete form (my code above is shortened).
And before you ask, yes, I did try using a post id filter on the view. It had no effect (the view still showed)
Is there any documentation that you are following?
Toolset docs
Is there a similar example that we can see?
Not sure
What is the link to your site?
hidden link
OK, looks like was doing it completely wrong and displaying post types, not taxonomgies. I needed to display taxonomies.