post_id);
$archive_month = get_the_time('m',$post->post_id);
$archive_day = get_the_time('d',$post->post_id);
$date=date_create($post->post_date); ?>
-
';
echo get_post_gallery();
echo '
';
};
};
if ( is_single()) {
/* translators: %s: Name of current post */
the_content();
};
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'babyme' ),
'after' => '
',
'link_before' => '
',
'link_after' => '',
) );
?>