<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/pagination</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 07:13:53 GMT</pubDate>
<item>
<title>(PHP) Wordpress Native Pagination Links With Page Number No Plugin Needed - rudwolf</title>
<link>http://snipplr.com/view/68927/wordpress-native-pagination-links-with-page-number-no-plugin-needed/</link>
<description><![CDATA[ <p>Create navigation links without the need of a plugin, using paginate_links function of wordpress core.</p> ]]></description>
<pubDate>Tue, 04 Dec 2012 00:22:50 GMT</pubDate>
<guid>http://snipplr.com/view/68927/wordpress-native-pagination-links-with-page-number-no-plugin-needed/</guid>
</item>
<item>
<title>(PHP) Paginate WordPress Posts - thewickedchemist</title>
<link>http://snipplr.com/view/67026/paginate-wordpress-posts/</link>
<description><![CDATA[ <p>Place the function in your functions.php file of your theme...

Then, simply call like this: wp_paginate('', 3);
The first param is optional, the second dictates how many pages before and after the current page link will show...</p> ]]></description>
<pubDate>Sun, 02 Sep 2012 17:57:39 GMT</pubDate>
<guid>http://snipplr.com/view/67026/paginate-wordpress-posts/</guid>
</item>
<item>
<title>(PHP) Pagination Example - pumpkinthehead</title>
<link>http://snipplr.com/view/66843/pagination-example/</link>
<description><![CDATA[ <p>A quick pagination framework.</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 07:16:38 GMT</pubDate>
<guid>http://snipplr.com/view/66843/pagination-example/</guid>
</item>
<item>
<title>(PHP) Array Pagination Class for PHP - uberdragon</title>
<link>http://snipplr.com/view/63880/array-pagination-class-for-php/</link>
<description><![CDATA[ <p>Versatile pagination class, takes in array and returns array of items to show within range of pagination.  Also provides a function to display pagination links.</p> ]]></description>
<pubDate>Sun, 11 Mar 2012 11:27:27 GMT</pubDate>
<guid>http://snipplr.com/view/63880/array-pagination-class-for-php/</guid>
</item>
<item>
<title>(PHP) Pagination using twitter bootstrap styles - bitsculptor</title>
<link>http://snipplr.com/view/63258/pagination-using-twitter-bootstrap-styles/</link>
<description><![CDATA[ <p>this can be adapted by simply changing the urls. starts with an array for incoming data.</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 06:20:15 GMT</pubDate>
<guid>http://snipplr.com/view/63258/pagination-using-twitter-bootstrap-styles/</guid>
</item>
<item>
<title>(PHP) Show if Front page and not Paginate - Farhan</title>
<link>http://snipplr.com/view/63085/show-if-front-page-and-not-paginate/</link>
<description><![CDATA[ <p>This will show content between this only on frontpage of the website. By default if you have blog on frontpage and goto page 2 or 3 you'll still see the content.</p> ]]></description>
<pubDate>Mon, 06 Feb 2012 01:27:01 GMT</pubDate>
<guid>http://snipplr.com/view/63085/show-if-front-page-and-not-paginate/</guid>
</item>
<item>
<title>(PHP) EE News Index Page - ryarwood</title>
<link>http://snipplr.com/view/62889/ee-news-index-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:49 GMT</pubDate>
<guid>http://snipplr.com/view/62889/ee-news-index-page/</guid>
</item>
<item>
<title>(PHP) EE News Archive Page - ryarwood</title>
<link>http://snipplr.com/view/62888/ee-news-archive-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/62888/ee-news-archive-page/</guid>
</item>
<item>
<title>(PHP) EE News w/ Pagination - ryarwood</title>
<link>http://snipplr.com/view/62887/ee-news-w-pagination/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:45 GMT</pubDate>
<guid>http://snipplr.com/view/62887/ee-news-w-pagination/</guid>
</item>
<item>
<title>(JavaScript) How to change pager text in jquery cycle plugin - i-am-andy</title>
<link>http://snipplr.com/view/61090/how-to-change-pager-text-in-jquery-cycle-plugin/</link>
<description><![CDATA[ <p>Change the text of the jquery cycle pager element. By default is is 1, 2, 3 etc but you can change this to text via a variable</p> ]]></description>
<pubDate>Wed, 23 Nov 2011 04:42:14 GMT</pubDate>
<guid>http://snipplr.com/view/61090/how-to-change-pager-text-in-jquery-cycle-plugin/</guid>
</item>
<item>
<title>(XSLT) XSLT Pagination - iroybot</title>
<link>http://snipplr.com/view/60617/xslt-pagination/</link>
<description><![CDATA[ <p>This Pagination XSLT is working just great for me.  Been using it in numerous projects.</p> ]]></description>
<pubDate>Tue, 08 Nov 2011 00:56:00 GMT</pubDate>
<guid>http://snipplr.com/view/60617/xslt-pagination/</guid>
</item>
<item>
<title>(HTML) HTML JSON PAGINATION JQUERY - ayaz</title>
<link>http://snipplr.com/view/59393/html-json-pagination-jquery/</link>
<description><![CDATA[ <p>HTML PAGED LIST , USING AJAX, JSON AND DATABASE</p> ]]></description>
<pubDate>Tue, 04 Oct 2011 15:05:10 GMT</pubDate>
<guid>http://snipplr.com/view/59393/html-json-pagination-jquery/</guid>
</item>
<item>
<title>(PHP) Simple and easy PHP pagination - drifterz28</title>
<link>http://snipplr.com/view/55519/simple-and-easy-php-pagination/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Jun 2011 02:00:47 GMT</pubDate>
<guid>http://snipplr.com/view/55519/simple-and-easy-php-pagination/</guid>
</item>
<item>
<title>(PHP) PAGINACION DE POST WORDPRESS - serialk89</title>
<link>http://snipplr.com/view/53767/paginacion-de-post-wordpress/</link>
<description><![CDATA[ <p>Este código pagina los resultados de wordpress, según los parámetros que se le asignen a la clase WP_query.</p> ]]></description>
<pubDate>Thu, 19 May 2011 04:06:52 GMT</pubDate>
<guid>http://snipplr.com/view/53767/paginacion-de-post-wordpress/</guid>
</item>
<item>
<title>(PHP) query_posts() Pagination problem | StylizedWeb.com - rickfu</title>
<link>http://snipplr.com/view/53709/queryposts-pagination-problem--stylizedwebcom/</link>
<description><![CDATA[ <p>Replace standard query_posts with the snippet to enable pagination on pages with a custom loop. Be sure to change out "somecat" with your category or add additional query arguments.</p> ]]></description>
<pubDate>Wed, 18 May 2011 01:01:53 GMT</pubDate>
<guid>http://snipplr.com/view/53709/queryposts-pagination-problem--stylizedwebcom/</guid>
</item>
<item>
<title>(PHP) Pagination function - zealmurapa</title>
<link>http://snipplr.com/view/52489/pagination-function/</link>
<description><![CDATA[ <p>Pagination function</p> ]]></description>
<pubDate>Fri, 22 Apr 2011 23:23:54 GMT</pubDate>
<guid>http://snipplr.com/view/52489/pagination-function/</guid>
</item>
<item>
<title>(PHP) Pagination Navigation Generation - jatkins</title>
<link>http://snipplr.com/view/51222/pagination-navigation-generation/</link>
<description><![CDATA[ <p>Released into the public domain. Pass `$page_uri` as the URI of the paginated results page (use the `[PAGE]` placeholder where the page number would go, and this script will replace it accordingly).</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 03:44:35 GMT</pubDate>
<guid>http://snipplr.com/view/51222/pagination-navigation-generation/</guid>
</item>
<item>
<title>(PHP) Wordpress custom loop with pagination - brewern</title>
<link>http://snipplr.com/view/48475/wordpress-custom-loop-with-pagination/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Feb 2011 05:38:30 GMT</pubDate>
<guid>http://snipplr.com/view/48475/wordpress-custom-loop-with-pagination/</guid>
</item>
<item>
<title>(PHP) Wordpress Pagination for Custom Templates - parkerprpl</title>
<link>http://snipplr.com/view/48247/wordpress-pagination-for-custom-templates/</link>
<description><![CDATA[ <p>pagination breaks every time when making custom wordpress templates</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 07:26:21 GMT</pubDate>
<guid>http://snipplr.com/view/48247/wordpress-pagination-for-custom-templates/</guid>
</item>
<item>
<title>(PHP) Multiple Loops and Pagination in Wordpress - rliverman</title>
<link>http://snipplr.com/view/48090/multiple-loops-and-pagination-in-wordpress/</link>
<description><![CDATA[ <p>Needed this to have the index.php or main blog page show the full content for the first two posts and then just the excerpt for the rest and still have pagination working.</p> ]]></description>
<pubDate>Sun, 30 Jan 2011 03:47:36 GMT</pubDate>
<guid>http://snipplr.com/view/48090/multiple-loops-and-pagination-in-wordpress/</guid>
</item>
</channel>
</rss>