Here is my full page code , im trying google but can fix this , anyone please help . <?php /* Template Name: Gallery */ ?> <?php get_header(); ?> <center><?php include('adsup.php'); ?></center> <div class="mainw"><div class="main l170"> <h1><?php _e('Recently Added Free indian Photos', 'mytheme'); ?></span></h1> <?php query_posts(array('posts_per_page' => 21, 'post_type' => 'gallery', 'order' => 'DESC', 'ignore_sticky_posts'Read more