Esmi I read the page and have found out on my own that I had to change this line. thanks for the reference.
$args=array('cat'=>$include_category, 'post_status' => 'publish','paged' => $paged,'posts_per_page' => 4,'ignore_sticky_posts'=> 1);
in to
$args=array('cat'=> 6, 'post_status' => 'publish','paged' => $paged,'posts_per_page' => 4,'ignore_sticky_posts'=> 1);