Skip Navigation

[Resolved] Trying to exclude a taxonomy from a view

This support ticket is created 2 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 18 replies, has 2 voices.

Last updated by markM-8 2 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2422223
9a9321b0-2287-4e37-ac5d-dbf17bb94d35.png

Hi Shane. Podcast is still showing in the results though? This is what we need to exclude?

#2422461

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mark,

Now this is a completely different issue than what was asked, however I was able to exclude the podcast category posts using this below.

 [wpv-conditional if="( NOT(CONTAINS(#(blog-category),'podcast')) )"]
			<li class="recent-news__loop-item">[wpv-post-body view_template="loop-item-in-recent-articles-view"]</li>
          [/wpv-conditional]

Thanks,
Shane

#2422693

Sorry Shane the problem must have got mixed up in translation. Apologise. Great job and support!

#2422695

My issue is resolved now. Thank you!