Home › Forums › Front-end Issues › Trying to modify template file… › Reply To: Trying to modify template file…
Not sure if you’re still looking for help here.
Anywhere that you can use get_the_title($post_id);
and get_permalink($post_id);
, you should be able to use get_field('field_name', $post_id);
You should be able to get your fields from the post right below where the author of the theme gets the post title and permalink. If this doesn’t work the you’ll need to check with the author or the theme or the theme documentation.
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.