I'd like to know how they determine number that goes into the wp-image-# class information that is put into the image tags on images used in posts.
I'd like to know how they determine number that goes into the wp-image-# class information that is put into the image tags on images used in posts.
When images are uploaded some image data is stored in the wp_posts table. That number is the ID number in the wp_post table for that image's data.
This topic has been closed to new replies.