I don’t understand why this works on front-page.php
<?php the_field('primary_tagline'); ?>
…but does NOT work in page.php
I cannot get any results to display from within page.php template at all. Any ideas why it works on the front page tempalte but no other templates?
what are you displaying on the front page of your site, the list of blogs or a static front page? Are the fields you’re trying to show on a “Post” or a “Page”?