• Hi,

    did not find a solution here…
    we’ve got some fields for pages (text and images), the fields are displayed in header.php with e.g.

    <?php
    echo ‘<p>Text: ‘ . get_field(‘text’) . ‘</p>’;
    ?>

    That works fine except for the blog page.
    The blog-page uses the same header.php, so whats the reason that the field does not show up at the blog-page?

    Regards
    Claudia

    • This topic was modified 3 years, 8 months ago by claudiaiw.
  • The topic ‘Fields won’t show up on blog page’ is closed to new replies.