首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

wordpress,该怎么处理

2013-08-01 
wordpress?php/** * The template for displaying Category Archive pages. * * @package WordPress * @s

wordpress





<?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="bookmark" 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
[解决办法]
代码也不整理一下,看着头疼
[解决办法]
。。。。。也不整理下代码 看着头疼

热点排行