Exclude Custom Taxonomy Term Posts from Custom Posts Query

1
2
<?php
$args = array(
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Custom post has been a very useful capability in WordPress. It makes it much more easier to organise custom content in WordPress as a CMS.

For custom post, we can use tax_query to filter unwanted categories or display custom post of certain categories. It's fully configuration and you can combine multiple query too.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.