<?php
/**
 * The template for displaying Category Archive pages.
 *
 * @package WordPress
 * @subpackage Twenty_Ten
 * @since Twenty Ten 1.0
 */get_header(); ?> <!-- content -->    
<div id="content" class="clearfix" style="padding:5px 0;">
    
  <div class="inbg" style="background:none;">
        <!--Title-->
      <div class="titles m2">
        
      
       <div class="title_t">商家在线</div>


      
        </div>
        <!--Title-->  
        
        
            <div class="sjia">
        
      <ul>
  
  
<?php $my_query = new WP_Query('cat=27'); ?>
  <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<li><a href="company.php?id=<?php the_author(); ?>" rel="book" title="<?php the_title(); ?>"><?php echo the_post_thumbnail();?></a> </li>
  <?php endwhile; ?>   
  
  
  
    </ul>
    
   </div>
     
     
     
                <!-- 页码 -->
    <div class="page clearfix"><?php wp_pagenavi(); ?></div>
    <!-- 页码 -->    
    
    
    
   </ul>
       
       
       
       </div>
</div>
<!-- Container -->    </div>
<!--容器-->         
        
        
        <?//php get_sidebar(); ?>
<?php get_footer(); ?>帮忙看下。能显示分页条数 不点击下一页,本页面没任何变化wordpress