8889841c' . "\n" .
'
';
if (have_posts()) : the_post();
echo '
';
$metadata = wp_get_attachment_metadata();
echo '
';
edit_post_link(esc_html__('Edit Media', 'green-planet'), '
', '
');
echo '
' .
'
' .
green_planet_thumb(get_the_ID(), 'full', false, 'img_' . get_the_ID(), true, true, true, false, get_the_ID());
comments_template();
echo '
';
endif;
echo '
' . "\n" .
'' . "\n\n";
get_footer();