Home › Forums › Front-end Issues › Trying to get property of non-object › Reply To: Trying to get property of non-object
Hi, i´m having the same error, my code is very simple, the content of the custom field shows correctly but, this message error is displayed:
Notice: Trying to get property of non-object in {path}\wordpress\wp-content\plugins\advanced-custom-fields\acf.php on line 215
any help?
Code:
`<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php
echo get_field( “Destacado” );
?>
<?php endwhile; endif; ?>
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.