<?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>Tue, 31 Jan 2012 09:48:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</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(’较新文章 ?’) ?〉 就可以了！希望给调不出来的同学能有点帮助，呵呵。]]></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>
]]></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>

