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)
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.