Support

Account

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.