Forums

[resolved] How do I query the parent post of an attachement? (4 posts)

  1. langsuyar
    Member
    Posted 1 year ago #

    Is there a built-in query function that gets the (perma)link to the parent post of an attachment? Let's say I have a page like http://www.worch.com/2008/08/28/sonoma-irl-race/backstage_indycar_sonoma and I want to add code to attachment.php that inserts a link to the parent post that this gallery attachment belongs to.

  2. langsuyar
    Member
    Posted 1 year ago #

    I found some examples of $post->post_parent, which I can use to code up the functionality that I'm after.

  3. omgitztrey
    Member
    Posted 1 year ago #

    Did you ever get anything working?

  4. ruibo
    Member
    Posted 4 months ago #

    <a href="<?php echo get_permalink($post->post_parent); ?>">Back to Post</a>

Topic Closed

This topic has been closed to new replies.

About this Topic