What is stored in the WP database to let WP know I uploaded an image as a post thumbnail? I'm looking at the wp_posts table but I can't find anything.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
It' stored in the post meta table as The thumbnail is actually a "post" entry too, I think it's stored as an "attachment" post type. So the |
|||
|
|
