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
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.