up vote 0 down vote favorite
share [g+] share [fb]

I need to create a table to store data about campaigns (name, status, and other info). These campaigns will be associated to one or more wp categories.

I thought that this association could be done in the wp_terms_relationships table but if i try to get a campaign's categories from wp_terms_relationships i think i can get also the post categories (if it has the same id than the campaign).

Is there a way to associate a new object with a taxonomy in wp_terms_relationships table?

Thanks

link|improve this question
This table only is about the _RELATION_ of terms. What you're searching is Meta Data or (in other words) Custom Fields. – kaiser Jan 27 at 20:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.