Link to home
Start Free TrialLog in
Avatar of zettler92656
zettler92656Flag for United States of America

asked on

Where are the categories of a Wordpress Post stored in the MYSQL datebase?

Hi,

When entering a POST in Wordpress, you can enter Categories a particular post is related too (see screen shot).

User generated image
Where is the information stored?

Using WP_Query, I can retrieve the information in a PHP plugin, but I like to retrieve it via SQL directly from the MYSQL database. I looked for it in WP_POSTS and WP_POSTMETA and could not identify anything.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial