DIG: if ( is_plugin_active('advanced-custom-fields/acf.php') ) {echo get_field('dig_year', $post->ID);}?>
# if ( is_plugin_active('advanced-custom-fields/acf.php') ) {echo get_field('grave_number', $post->ID);}?>
$thecontent = get_the_content();
if(!empty($thecontent)) {
the_content();
} else {if ( is_plugin_active('advanced-custom-fields/acf.php') ) {
echo get_field('no_description_available', 64);
}
}
?>
Where echo the_title(); ?> was found in the graveyard
the_title(); ?>
Easily obtained.