Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbSync

Yo. That does help, cheers William. It sounds like I’m not getting rid of comments properly. For the ones that show up all duplicate, is the comment_type in the database comment?

vafaaaan, you’re always better off using the API. The actual relationship is this (with table names taken from vague memory) if I recall correctly:

wp_terms lists all the terms, stores data for them

wp_term_type assigns a type to the terms (so it says whether a term is a tag or a category)

wp_term_relationships links a term to an object, like a post

Skip to toolbar