Support

Account

Home Forums Front-end Issues beginner question (acf dont show on frontpage) Reply To: beginner question (acf dont show on frontpage)

  • @James thanks again…

    but when I try to put in my loop I got a error
    Parse error: syntax error, unexpected end of file

                    <?php
                    while ( have_posts() ) : the_post(); ?>
            <div class="entry-content-page">
                <?php the_content(); ?>
            </div>
        <?php
        endwhile; //resetting the page loop
        wp_reset_query(); //resetting the page query
        ?>

    Where can I inclute the ACF code ?
    (if it dont ask to much)