找回密码
 注册
搜索
免费空间 免费域名 免费AI 老牌主机商首月仅1美分!27美元/年!Spaceship优惠码 Namecheap优惠码阿里云2核2G3M新老续费同享99元/年!
查看: 151|回复: 7

[建站交流] wp-pagenavi 2.5 怎么在index.php中加代码啊

[复制链接]
发表于 2009-8-9 11:18:20 | 显示全部楼层 |阅读模式
我都是了好多方法了,都不行啊
wp-pagenavi 激活后应该不用设置的吧,只要加代码吧?但是我就不知道加载哪里啊
附上index.php
我都是了好多方法了,都不行啊
wp-pagenavi 激活后应该不用设置的吧,只要加代码吧?但是我就不知道加载哪里啊
附上index.php
  1. <?php if (have_posts()) : ?>

  2.   <?php while (have_posts()) : the_post(); ?>

  3.    <div class="post" id="post-<?php the_ID(); ?>">

  4.     <h2 class="pagetitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="ermanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

  5.     <small class="subtitle"><?php the_time('m.d.Y') ?> by <?php the_author() ?><?php edit_post_link('Edit', ' - ', ''); ?> - <?php comments_popup_link('0 Comment', '1 Comment', '% Comments'); ?><br />osted in <?php the_category(', ') ?></small>

  6.     <div class="entry">

  7.      <?php the_content('Read the rest of this entry &raquo;'); ?>

  8.     </div>

  9.     <p class="postmetadata"><?php the_tags('Tag after ', ', ', ''); ?></p>

  10.    </div>

  11.   <?php endwhile; ?>

  12.   <div class="navigation">

  13.    <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>

  14.    <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>

  15.   </div>

  16. <?php else : ?>

  17.   <h2 class="center">Not Found</h2>

  18.   <p class="center">Sorry, but you are looking for something that isn't here.</p>

  19.   <?php include (TEMPLATEPATH . "/searchform.php"); ?>

  20. <?php endif; ?>

  21. </div>

  22. <?php get_sidebar(); ?>

  23. <?php get_footer(); ?>
复制代码
谢谢了
发表于 2009-8-9 11:29:55 | 显示全部楼层
<div class="navigation">



   <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>



   <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>

替换掉这段试试
发表于 2009-8-9 14:48:13 | 显示全部楼层
路过
发表于 2009-8-9 15:37:59 | 显示全部楼层
一般是不用加代码的吧。。

楼主的主题可能不支持
 楼主| 发表于 2009-8-9 18:11:25 | 显示全部楼层
谁来帮我看看啊 cary.net.ru
 楼主| 发表于 2009-8-9 18:40:42 | 显示全部楼层
感谢上苍 可以了

hello vvv,我还不太会在留言里边放图,文字叙述一下吧,是index.php文件中
[div class="navigation"]的后边
删除掉[div class="alignleft"][?php //next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?][/div]
和[div class="alignright"][?php //previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?][/div]
增加上[?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?]

祝好运!
头像被屏蔽
发表于 2009-8-10 06:10:39 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
 楼主| 发表于 2009-8-10 13:48:47 | 显示全部楼层
一般主题都已经把这个代码集成进去了啊
vivian102 发表于 2009-8-10 06:10

我运气比较差
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|免费吧论坛

GMT+8, 2025-1-15 22:07 , Processed in 0.024124 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表