I have done by my self. Here is the solution
$args = array(
'post_type' => 'gampu',
'posts_per_page' => -1,
'post_status' => 'any',
'orderby' => 'ID',
'order' => 'DESC',
'tax_query' => array(
'relation' => 'OR',
array(
'taxonomy' => 'my-tag-taxonomy1',
'field' => 'id',
'terms' => array(30,31,34),
),
array(
'taxonomy' => 'my-tag-taxonomy2',
'field' => 'id',
'terms' => array(30,31,34),
),
),
);
Related Posts:
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- List all the tags from a custom post type
- WP_List_Table Inside Metabox Not Working on Submit
- Find callback function for custom taxonomy metabox
- Showing current taxonomy terms
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- Custom permalinks – post type – hierarchical taxonomy’s
- automatically create taxonomy with same name as post title
- How to search from specific post type with tags?
- Display taxonomy term only if there’s a value
- Adding Custom Taxonomy to WordPress default Post type
- associate custom post type with tags with specific pages
- Is it possible to make tag archive page specific to Custom Post Type?
- Display types of posts in edit.php instead of All, Published, Scheduled and Draft
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- get_queried_object error How to show post count by month in the taxonomy page
- How to filter the taxonomy terms based on another taxonomy term
- Show Two custom Post type and their posts on category page
- How to make a custom taxonomy selectable in post publish area?
- Add Tags to custom post type
- Can custom taxonomies items have attached properties?
- Change Permalink Structure for Tag.php template
- Missing Posts in Custom Taxonomy List
- Disable block with taxonomies at post page
- search also in taxonomy, tags and custom fields
- Which post does a taxonomy term belongs to?
- Listing tags from a custom post type
- List custom taxonomy specific to one custom post type
- Get related posts of child term of custom post type
- How to get all tags of a custom post type by id
- How can I show 1 featured post in a styled element, and the next few below differently styled
- WP the_posts() on single-cars.php get category link
- Show all tags on custom post type
- Best way to specify “article type” in URL
- Display posts with tag for custom post type only
- Variable not working in WP_Query
- How to list tags from custom post type attachments?
- How to Display Posts From Category Within a Custom Taxonomy?
- Why does my taxonomy have a category style div id?
- portfolio custom type tags support
- How can I create an automatic drop down menu with my tags?
- display custom taxonomies limited to custom post type?
- The Difference Between Categories and Tags and Taxonomies and Terms
- display posts of custom post type with custom taxonomy
- Print all the tags from a custom post type
- How to query Posts from a custom post type which contains a custom taxonomy?
- Copy/Move selected taxonomy terms to another taxonomy for posts
- add custom tags for custom post type in wordpress
- Different structure/content for posts from a custom post type
- List all posts in taxonomy term
- custom taxonomy listing returns no posts
- Custom post type tags not showing in search
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Advanced archive url structure (category, tag and date)
- Post template with breadcrumb needs to show page navigated from
- What is the best way to structure posts for the same event happening in different years?
- Right way to store a large set of similar information on website? [duplicate]
- Define multiple prefixes for custom post type
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- How to set “section categories”?
- Tags being removed upon updates to related posts: ACF/Genesis/WP5.4.1
- CPT tags not showing when editing post
- How to add independent “Tags” to Custom Post Type?
- I cannot display custom posts in custom taxonomy
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- How to manage a dynamic multi-level page hierearchy system?
- Custom Post didn’t display on tags page
- How can I get the last 5 element of this tax query?
- Display title of all custom posts from same taxonomy term on a custom post template
- Rewrite url post_tag for custom post type
- How to get all posts related to a taxonomy?
- Add tags to a “pending” post before publishing
- Filter By Term Not Working – Custom Post Type
- Custom Post Type tag taxonomy “Page Not Found”
- Custom Post Status & Taxonomies
- Organizing The Custom Post Type with Taxonomies / Parent Posts
- Loop multiple taxonomy in custom post
- Post Editor: display categories from current post type taxonomy only?
- Generating List of Tags from Custom Post Type
- Archive.php is not displaying tags
- WordPress Custom Post Type and sort by Tags
- Linking custom taxonomies and posts
- How to Associate Posts with Pages
- Query Only Show Text on Posts With Certain Taxonomy Tag
- Custom My account page and custom page for editing posts
- get tags from custom post type
- Tags and Taxonomy links not working for Custom Post Types
- Post type cloud like tag cloud?
- Get custom post type parent category
- Attaching multiple custom taxonomies to one CPT?
- Automatically add custom taxonomy when meta value gets to a set number or beyond
- Can WordPress show posts based on a button that the user clicked 2 pages back?
- Sort ACF by custom taxonomy
- How to develop Knowledge center in WordPress Website
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Custom Post hierarchical to custom taxonomy
- Permalinks: custom structure for taxonomy – tags?
- how to get this tax_query working?
- set object terms after some some time of published post – functions.php