=== WP Smart Pagination  ===

Contributor: Kharis Sulistiyono  
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ACYNA5XNUGBUL
Tags: page, shortcode, pagination   
Requires at least: 2.1.0  
Tested up to: 3.7.1  
Stable tag: 0.3 
License: GPLv2 or later  
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Improve your WordPress powered blog pagination with extra input number where users can jump to any (x) page.

== Description ==

This simple plugin improves your WordPress powered blog pagination with extra input number where users can jump to any (x) page.

For custom styling matches your theme's skin, modify the .less or .css file in the plugin package.

Check the <a href="http://wordpress.org/plugins/wp-smart-pagination/screenshots/">screenshot</a> for the shake of visual before you download.

= Usage =

After this plugin activated, replace your old-school pagination with this schortcode <code><?php echo do_shortcode('[wpsp]'); ?></code> in your template file, i.e. index.php, archive.php, search.php, or any template requires pagination.
 

== Installation ==

1. Download the WP Dropdown Hierarchial Category UI Plugin.
2. In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
3. Activate the plugin.
4. Replace your old-school pagination with this schortcode <code><?php echo do_shortcode('[wpsp]'); ?></code> in your template file, i.e. index.php, archive.php, search.php, or any template requires pagination.


== Screenshots ==

1. Pagination

== Changelog ==


= 0.2 =
* Fix wrong plugin author URI

= 0.1 =
* Initial release