<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>杰趣网志 &#187; WP-PageNavi</title>
	<atom:link href="http://www.jackq.com/tag/wp-pagenavi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackq.com</link>
	<description>IT info. Experience Sharing.</description>
	<lastBuildDate>Thu, 09 Sep 2010 08:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress导航插件之WP-PageNavi 2.50版本最新调用代码</title>
		<link>http://www.jackq.com/wordpress-navigation-plug-ins-wp-pagenavi-2-5-version-of-the-latest-calling-code/</link>
		<comments>http://www.jackq.com/wordpress-navigation-plug-ins-wp-pagenavi-2-5-version-of-the-latest-calling-code/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:40:55 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[技术应用]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP-PageNavi]]></category>

		<guid isPermaLink="false">http://www.jackq.com/?p=103</guid>
		<description><![CDATA[著名的WordPress导航插件之WP-PageNavi升级到2.50版本之后，之前的调用代码已经无法在模版中使用，之前的调用代码为 &#60;?php if(function_exists(’wp_pagenavi’)) { wp_pagenavi(); } ?&#62; //网上大多是这段旧代码 //升级到最新版本之后，调用WP-PageNavi的代码已经改为 &#60;?php wp_pagenavi()?&#62; 就像杰趣网志博客最下面的导航类似， 直接用 替换主题模版中的 index.php， archive.php，search.php 中的这两行 〈?php next_posts_link(’? 较旧文章’) ?〉 〈?php previous_posts_link(’较新文章 ?’) ?〉 就可以了！希望给调不出来的同学能有点帮助，呵呵。 推荐相关文章个人网站建站教程之简明指南 (0)推荐Wordpress 必须安装的N个插件介绍 (2)使用Microsoft Office Word 2010 发布wordpress博客文章 (1)使用手机更新WordPress博客 WordPress for Android 1.0发布啦 (0)使用Windows Live Writer编辑器写WordPress博客指南 (2)实现让wordpress首页或者分类列表只输出文章标题列表或者文章摘要 (0)]]></description>
			<content:encoded><![CDATA[<p>著名的WordPress导航插件之WP-PageNavi升级到2.50版本之后，之前的调用代码已经无法在模版中使用，之前的调用代码为</p>
<blockquote><p>
&lt;?php if(function_exists(’wp_pagenavi’)) { wp_pagenavi(); } ?&gt;<br />
//网上大多是这段旧代码
</p></blockquote>
<blockquote><p>
//升级到最新版本之后，调用WP-PageNavi的代码已经改为<br />
&lt;?php wp_pagenavi()?&gt;
</p></blockquote>
<p>就像杰趣网志博客最下面的导航类似，<br />
直接用   替换主题模版中的 index.php， archive.php，search.php 中的这两行</p>
<blockquote><p>
〈?php next_posts_link(’? 较旧文章’) ?〉<br />
〈?php previous_posts_link(’较新文章 ?’) ?〉
</p></blockquote>
<p>就可以了！希望给调不出来的同学能有点帮助，呵呵。</p>
<div  class="related_post_title">推荐相关文章</div><ul class="related_post"><li><a href="http://www.jackq.com/concise-guide-to-personal-construction-site-or-blog/" title="个人网站建站教程之简明指南">个人网站建站教程之简明指南</a> (0)</li><li><a href="http://www.jackq.com/recommendation-n-wordpress-plugins-you-must-install-introduction/" title="推荐Wordpress 必须安装的N个插件介绍">推荐Wordpress 必须安装的N个插件介绍</a> (2)</li><li><a href="http://www.jackq.com/use-microsoft-office-word-2010-released-wordpress-blog/" title="使用Microsoft Office Word 2010 发布wordpress博客文章">使用Microsoft Office Word 2010 发布wordpress博客文章</a> (1)</li><li><a href="http://www.jackq.com/wordpress-for-android-1-0-tool-download/" title="使用手机更新WordPress博客 WordPress for Android 1.0发布啦">使用手机更新WordPress博客 WordPress for Android 1.0发布啦</a> (0)</li><li><a href="http://www.jackq.com/set-windows-live-writer-for-wordpress/" title="使用Windows Live Writer编辑器写WordPress博客指南">使用Windows Live Writer编辑器写WordPress博客指南</a> (2)</li><li><a href="http://www.jackq.com/to-achieve-so-that-wordpress-page-or-category-list-output-only-the-article-title-or-article-summary-list/" title="实现让wordpress首页或者分类列表只输出文章标题列表或者文章摘要">实现让wordpress首页或者分类列表只输出文章标题列表或者文章摘要</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.jackq.com/wordpress-navigation-plug-ins-wp-pagenavi-2-5-version-of-the-latest-calling-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
