Support

Account

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; ?>