Temporary title #16043

Home » Temporary title #16043

$cmsmasters_donation_nav_box = get_post_meta(get_the_ID(), ‘cmsmasters_donation_nav_box’, true);

?>

if (!post_password_required() && has_post_thumbnail()) {
echo ‘ 

‘;
green_planet_thumb(get_the_ID(), ‘cmsmasters-square-thumb’, false, ‘img_’ . get_the_ID(), true, true, true, true, false);
echo ‘

‘;
}
?>

if (!is_anonymous_donation(get_the_ID()) && get_the_excerpt() != ”) {
echo ‘

‘;

the_excerpt();

echo ‘

‘;
}

green_planet_donations_donation_details(get_the_ID(), true);
?>


if ($cmsmasters_donation_nav_box == ‘true’) {
green_planet_prev_next_posts();
}