No, they are not the same.
It is quite clear looking at the table names:
term_id
is the ID of a single term, whatever taxonomy it belongs to. The other information in the table term_taxonomy
is related to the term – the slug, the title etc.
term_taxonomy_id
is the ID of the relationship between a single term and a taxonomy, and does not contain any other data.
Related Posts:
- Get all categories and posts in those categories
- Combine two taxonomies in a hierarchical tree
- How to get posts from two categories with WP_Query?
- Group WP_Query by category
- Exclude categories from search query
- How can I reduce the number of database query calls for this custom homepage?
- WP_Query not looking at child category
- Get page content by category or tag
- Excluding posts from a category but only if they’re not in multiple categories
- What could be causing my wp_query pagination to break?
- Custom query with category exclusion and post-meta “whitelist”
- Exclude most recent posts from specific category in wp_query()
- Display one latest post from multiple categories
- How to Check if a Child Category is Being Queried
- How to run WP_Query to retrieve attachments to posts only from a particular category?
- How to query posts from specific authors and categories using WP_query?
- How to show in search results posts with a particular tag in a particular category?
- Custom WP_Query for current category (in category.php)?
- List Posts by Category for a Non-Zero, Non-NULL Custom Field Value?
- getting content from main domain to sub-domain using category and WP_Query
- WP_Query() returns null when results exist!
- Ignoring a category in WP_Query still shows the links in next_post_link()?
- 3 Columns, 3 Categories, One Archive, and Pagination
- Enter a variable in the ‘category_name’ parameter
- How to query post like normal search would do. within search.php page
- Multiple Loops on category.php with pagination on last loop
- How to get latest posts from each category in regular order
- change recent posts based on category
- How to remove specific categories from posts?
- Set colors depending on category
- Getting All Post From Specific category in wpdb
- Display posts from a category
- Custom loop of a single category, cannot order by date. What am I missing?
- Pagination on category.php and tag.php not working
- category__not_in and id values from variable
- Use premade array as categories in wp_query?
- WP_Query – using category__and when one of the categories is 0
- More efficient way to list posts by category [duplicate]
- Adding a block with query in homepage
- Query posts by views on category page
- I need to exclude from a query a category and a few custom taxonomies
- Show multiple categories in query using redux framework variable
- Return category posts with WP_Query
- Using in ‘category_name’ in ‘$query->set();’?
- multiple values in an array for category__and does not work with WP_Query
- Custom Page Template Category loop not functioning correctly
- Retrieve post tags from from main wp_query
- Posts of specific category on page and excluded from index.htm
- new WP_Query issues
- WordPress SQL JOIN query
- How can I use AJAX with check-box categories?
- Select posts that match multiple category names, must match all categories listed
- the_category() doesn’t working in wp_query loop
- How to display the 5 latest post titles but allow only 1 in there of a specific category
- Unable to get all tags from specific categories
- category__and works, but why?
- foreach,having wp_query inside, breaks after showing one result
- Display related posts with same category or same tag return blank
- $args Orderby The number
- Querying Multiple Categories With Different Offsets
- WordPress Numeric Pagination with Query String [duplicate]
- Printing direct descendants of a category with WP_Query
- Custom Category Page Not Working [duplicate]
- WP_query exclude a category unless it has more than one catagory
- Show only one category in main query, issues on tag page
- Multiple Categories under one URL, where ‘Front Page’ is used already
- How do i add custom post types to this query?
- Narrow Down a Shop Page Results Based on a Product Tag in WooCommerce
- How to retrieve posts from parent category, splitting them per children when displayed?
- Trying to WP_Query a category
- Exclude category from query
- Remove the number of posts displayed in wp_list_categories()
- wp_list_categories with show_count, except for specific categories
- Get post related on category
- Give Children Unique ID’s
- Change div background acording to the selected category
- How do I use just one category’ posts on my home page?
- Problems with my conditionals in single.php by category
- Functions.php: Exclude Category from “Blog”
- Not showing list if there aren’t any categories to display
- get_the_categories() but exclude children of “Uncategorized”
- Array: What is this value based on?
- How to exclude a particular category from the category list
- How do I get category and page ID’s?
- Jigoshop – only displaying 10 products
- Recent post by custom select query
- Thumbnail for categories / taxonomies plugin?
- Get paged category link programmatically
- Pagination for query_posts();
- List only categories i specify
- Is there a way to only show Custom Meta Data on single posts from certain catagories
- echo get_post_meta of all post in a category to fill up a select field
- Author Page – List of categories plus number of posts in that category
- Grouping post-types in loop
- get listed category’s id?
- Exclude category from related post
- Exclude a category name using cat name
- Using a rich text editor for category description?
- Post belonging to many categories
- How to put page numbers with the next/previous on a post/category list?