id ) ) :
$att_image = wp_get_attachment_image_src( $post->id, "full"); ?>
guid) ?>
'approve',
'post_id' => get_the_ID()
));
$args = array(
'reverse_top_level' => false
);
get_comments($args, $comments);
//we display the comments template
comment_form(); // comments_template();
?>