Home › Forums › General Issues › Relationship: only use childpage of a page › Reply To: Relationship: only use childpage of a page
Hey there,
the question and its fittings seem a bit remote to me, since I actually don’t know the plugin and how you can manipulate it (has it its own templates?). However, you can retrieve the value of a field and give it back by the simple the_field(); function. E.g. if you’re inside the loop, having a field named eventlink that links to a post or page could be used as such:
<a href="<?php the_field('eventlink'); ?>">Read more</a>
This would create a link to your post linked to from the backend instead of the plugin’s event page.
This is pretty basic usage of ACF which you can read all over the documentation, so I fear this is not what you actually need?
Best
physalis
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.