Support

Account

Home Forums Feature Requests relationshipfield with direct link to post Reply To: relationshipfield with direct link to post

  • Hi @nicmare,

    Hmm… another way would be using get_edit_post_link(...) WP method. The code should be as follows:

    $link = get_edit_post_link($object->ID);

    For more information, have a look at:
    http://codex.wordpress.org/Template_Tags/get_edit_post_link