In your admin, go to Posts > Tags and then click edit for the tag you’re after – the URL in your browser address bar will look like:
http://example.com/wp-admin/edit-tags.php?action=edit&taxonomy=post_tag&tag_ID=X&post_type=post
See the part where tag_ID=X
– that X is your tag ID.
Related Posts:
- ajax category filter
- How to order posts tag by tag?
- WP Rest API v2 return posts with specific tag
- How to get user_id from wordpress database inside ajax function?
- Display posts from only one post form in custom query and exclude in main query
- How to filter, restrict and return posts based on custom user meta information
- how to access query string in wordpress?
- relation OR instead of AND – Filtered term ID’s in loop
- Only show tag with the same id as the post
- Posts with at least 3 tags of a list of tags
- Use REGEXP in WP_Query meta_query key
- Get current post id in functions.php
- How to list some posts first in the loop based on post id
- Whats the difference between post_limits and pre_get_posts?
- How to add taxonomy filter on the query fly?
- WP_Query – filter or directly?
- What is the most efficient way of querying posts based on visits and date for current day?
- Better way to get tag stats?
- Changing Posts Per Page and offset with pre_get_posts
- Given a WP_Query, how can I get a list of tags?
- Executing Queries in tag.php
- WordPress 4.9.5 PHP intermittent warning trim() expects parameter 1 to be string, array given
- Overriding The Loop with filter or hook
- Custom query incorrectly returning everything [closed]
- post_type is ignored by WP_Query when ‘tag’ argument is included
- Get All IDs Of A Post Type Using WP_Query
- Loop through all tags & output posts in alphabetical list
- How to filter sql only for a specific post type
- Pagination custom query
- Order by two meta keys
- Ignore a filter on the media library
- Finding all results from database within 500 miles of the given latitude and longitude [closed]
- How to support multiple search terms query within one process?
- Order posts by tags count?
- Function to check if author has posted within the last x days
- Shortcode returns escaped HTML tags
- Calling a custom excerpt function in a local loop
- Get all posts without tags
- Dynamically Override Fancy Title – Part II
- query posts in functions.php and update a field
- WP Query for Posts (Products) in Specific Category that has 2 Specific Tags (*AND* both tags not *OR*)
- Which filter/action hook gets triggered after a query has been performed?
- Get posts using WP_Query
- Finding post content that begins with a specific character
- Remove ellipsis from the excerpt retrieved using get_the_excerpt()
- Removing posts from the returned wp_query. Cannot use object of type WP_Query as array
- Best practice custom function, where to echo the variables?
- How to exclude products by tag from woocommerce shop page?
- How to implement time filter to show random post 1 month for one category and 3 months for other categories
- Pagination problem after WP_Query with tag filtering
- What’s the point of the query_vars filter?
- Gravity Forms field entries into wp_query loop [closed]
- Refine/Filter WP_Query Posts with jQuery or Ajax
- Use ‘parse_query’ filter to show posts that from multiple criteria
- How can I get an array of all IDs from the current queried object?
- posts_per_page not working
- How to apply filter inside a single wp_query?
- What is considered a default query for the request filter?
- Using apply_filters(‘the_content’, $custom_query->post_content) alters output
- Modifying the Search Results
- When to add_filter() to Custom Query
- Exclude admin from WP_Query Contributors
- Order by custom table and multiplication
- Query post from all category with same tag on 1 pages
- Query total number of posts
- Multiple Loops Inside a Function
- How to add post_distinct filter to WP_Comment_Query?
- list tags with count in author profile page
- reducing the amount of wp_query calls
- WordPress Related Post by tags in Single.php
- Using Ajax to load more posts | Help me change the wording on my button to notify the user
- How to use filter hook “the_posts” with a function that refers to $this?
- How to delete taxonomy term when a wordpress user is removed?
- How to create a WordPress Post Filter that users can use to filter posts by year?
- Exclude category for main query and custom
- add_filter() depending on search term
- query_vars filter not working even though query string parameter is present
- How to build a WP_Query using mulitple tags and using AND or OR operator between them
- Include tags in WP_Query
- Search for multiple tags?
- How do I run through a WordPress loop called from a filter function?
- Order by title without taking into account ‘the’
- How can I filter by slug depending on language selection
- wp_query ‘s’, search filter with pagination is not working
- How can I make WP_Query get posts that have a tag but also have random other tags?
- Cluster WooCommerce products in each Category Archive by Tags assigned to products
- Category applied to pages, creates multiple breadcrumb entries after a search query (On the translated site)
- Change post order random through out the entire WordPress
- Bypass “supress_filters” in WP Query
- How to use the query hook/filter?
- WP Query using tax_query & meta_query
- Filter posts in category archive page by year using a dropdown
- Is possible add icon in title posts only in specific tag?
- Display tags with random thumbnail from selection of posts with that tag
- Display filtered results into custom page
- Query posts intersecting tags and categories
- wordpress search word, “hello world” ===> ‘hello+world’ ===> ‘hello’, ‘world’
- Applying posts_clauses filter to specific queries only
- Combining categories (Query posts with multiple taxonomy terms)
- Add class to first post in custom loop using post_class filter