<?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>DesignRJC &#187; wp pagenavi plugin</title>
	<atom:link href="http://designrjc.com/tag/wp-pagenavi-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://designrjc.com</link>
	<description>basic.design.simple.methods.</description>
	<lastBuildDate>Thu, 29 Apr 2010 21:27:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Pagination Made Easy</title>
		<link>http://designrjc.com/wordpress-pagination-made-easy/</link>
		<comments>http://designrjc.com/wordpress-pagination-made-easy/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:48:36 +0000</pubDate>
		<dc:creator>RJC@DesignRJC</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[page navigation]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[wp pagenavi plugin]]></category>

		<guid isPermaLink="false">http://blog.designrjc.com/?p=747</guid>
		<description><![CDATA[WordPress is a great platform to work with because of the structure, however, there are limitations to a default WordPress theme. One of the limiting factors of WordPress by default is that the included pagination for navigation is too simple. The default WordPress pagination allows for &#8220;previous&#8221; and &#8220;next&#8221; hyperlinks only.  As you can imagine, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a great platform to work with because of the structure, however, there are limitations to a default WordPress theme.</p>
<p>One of the limiting factors of WordPress by default is that the included pagination for navigation is too simple.</p>
<p><img class="alignnone size-full wp-image-748" title="pagination-default" src="http://designrjc.com/top/blog/wp-content/uploads/2010/02/pagination-default.png" alt="" width="350" height="48" /></p>
<p>The default WordPress pagination allows for &#8220;<strong>previous</strong>&#8221; and &#8220;<strong>next</strong>&#8221; hyperlinks only.  As you can imagine, without using the search function, it may take you some time to jump several pages.  <strong>Bonus</strong>:  If your blog has many articles and posts, the number of pages displayed can show the visitor how much you&#8217;ve actually written on a certain subject.</p>
<p>As a web designer focused on user interface and experience, I am not satisfied with the default.  Instead, I want better pagination for the website.  Thanks to WordPress&#8217; the ability to support plugins, this task is made simpler than creating my own PHP functions.</p>
<p>WP-PageNavi plug created by Lester Chan is a plug-in used for easy implementation of page navigation.  Here is a look at the default WP-PageNavi WordPress plug-in for page navigation:</p>
<p><img class="alignnone size-full wp-image-749" title="pagination-lester" src="http://designrjc.com/top/blog/wp-content/uploads/2010/02/pagination-lester.png" alt="" width="350" height="41" /></p>
<p>I won&#8217;t go into detail, but you can see that this method of page navigation is found across the internet on many websites.</p>
<h4>Download <a title="WP-PageNavi - page navigation plugin" href="http://www.lesterchan.net/wordpress/readme/wp-pagenavi.html" target="_blank">WP-PageNavi</a></h4>
<h3>Installation and Styling of WP-PageNavi</h3>
<ol>
<li>Download WP-PageNavi or search for it through the WordPress Dashboard Plugins section</li>
<li>Upload the downloaded folder, &#8220;pagenavi&#8221; into your wp-contents/plugins folder or you can also automatically install from the Dashboard</li>
<li>Now activate the plugin</li>
<li>In order to use it in a theme, you will need to add the following code:
<pre>&lt;?php if(function_exists('wp_pagenavi')) {wp_pagenavi(); ?&gt;
</pre>
</li>
<li>You can toggle the different settings in WordPress Dashboard found under Admin -&gt; Options -&gt; PageNavi</li>
<li>Make sure to click &#8220;Update Options&#8221; once your done</li>
</ol>
<p>To style the page navigation to your liking, the file to edit is <strong>pagenavi-css.css</strong> found here:</p>
<pre>/wp-content/plugins/pagenavi/pagenavi-css.css
</pre>
</p>
<p>Good luck on making your WordPress installaion custom!</p>
]]></content:encoded>
			<wfw:commentRss>http://designrjc.com/wordpress-pagination-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
