<?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>WordPress Pro - WordPress How To Plugins, Themes Usability &#187; Page Numbers in WordPress</title>
	<atom:link href="http://crunchpress.com/tag/page-numbers-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://crunchpress.com</link>
	<description>Learn How To Use WordPress Like A Pro - WordPress Pro Articles</description>
	<lastBuildDate>Sun, 23 Oct 2011 08:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Add Page Numbers In WordPress Blog &#8211; WordPress Plugin Pagenavi Configuration</title>
		<link>http://crunchpress.com/how-to-add-page-numbers-in-wordpress-blog-wordpress-plugin-pagenavi-configuration/</link>
		<comments>http://crunchpress.com/how-to-add-page-numbers-in-wordpress-blog-wordpress-plugin-pagenavi-configuration/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:55:29 +0000</pubDate>
		<dc:creator>Nasir Hayat</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[How to Add Page Number]]></category>
		<category><![CDATA[Page Numbers]]></category>
		<category><![CDATA[Page Numbers in WordPress]]></category>
		<category><![CDATA[PageNevi Configuration]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=912</guid>
		<description><![CDATA[
By default, WordPress has functions to display links to previous and next pages. This is better than nothing, but I don’t understand why the folks at WordPress don’t build a pagenevi by default. But here is a plugin to display page numbers.
Configuration:

 First of all download Pagenavi WordPress Plugin.
Unzip the archive and put the wp-pagenavi [...]]]></description>
			<content:encoded><![CDATA[<div style='float:left;' class='myrp_float_left myrp_float'></div>
<div style='float:right;' class='myrp_float_right myrp_float'></div>
<p><img class="alignnone size-medium wp-image-913" title="pagenavi" src="http://crunchpress.com/wp-content/uploads/2010/03/pagenavi-450x175.gif" alt="pagenavi plugin configuration" width="450" height="175" /></p>
<p>By default, WordPress has functions to display links to previous and next pages. This is better than nothing, but I don’t understand why the folks at WordPress don’t build a pagenevi by default. But here is a plugin to display page numbers.</p>
<p>Configuration:</p>
<ol>
<li> First of all download <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank"><strong>Pagenavi</strong></a> WordPress Plugin.</li>
<li>Unzip the archive and put the <code>wp-pagenavi</code> folder into  your plugins folder (/wp-content/plugins/).</li>
<li>Activate the plugin from the Plugins menu.</li>
<li>Open the file that you want the pagination to be displayed in (e.g. <em>index.php</em>,  <em>categories.php</em>, <em>search.php</em>, etc.), and find the  following code:</li>
</ol>
<pre>&lt;div&gt;
&lt;div&gt;&lt;?php next_posts_link('Previous entries') ?&gt;&lt;/div&gt;
&lt;div&gt;&lt;?php previous_posts_link('Next entries') ?&gt;&lt;/div&gt;
&lt;/div&gt;

Replace Code With.
<pre>&lt;?php
include('wp-pagenavi.php');
if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
?&gt;</pre>
<p>Save all pages. Refresh page.</pre>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/how-to-add-page-numbers-in-wordpress-blog-wordpress-plugin-pagenavi-configuration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

