• Hey guys, I’m trying to make a simple thing:

    Situation:

    • I already have an specific post id.
    • I’ve already attatched an image in this post.
    • I just need to take that image link. I need the link of the first image attathed to the post.

    So I went to the database and I could figure how WP relates an attachment and a post.

    Some information I could gather:

    • Main post ID in table wp_posts: 15930
    • Image attachment is listed to in wp_posts with ID 15931… but it have an post_parent of -1250628728
    • In wp_term_relationships, I found a object_id 15931 with term_taxonomy_id 515

    Unfortunately, I couldn’t understand.

    Any directions?

  • The topic ‘WP Gallery: wp_term_relationships? post_parent? term_taxonomy_id? argh :)’ is closed to new replies.