custom_breadcrumb();} ?>
    'attachment', 'post_status' => 'null','posts_per_page' => 12 ,'paged' => $paged) ; query_posts( $args ); // The Loop while ( have_posts() ) : the_post(); $thumbnail=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),"full"); echo '
  • '; echo 'gallery image'; echo ''; echo '
  • '; endwhile; ?>