Easy WP Page Navigation Plugin WordPress, Download, Install

Easy WP Page Navigation Plugin WordPress

Easy to add page navigation in your blog

Easy WP Page Navigation Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/easy-wp-page-navigation/

How to Install Easy WP Page Navigation Plugin, Manually

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings>Easy WP Page Nav for configuration.
  4. Use it to where you want to paging:
<?php echo easy_wp_pagenavigation(); ?>

Example for using with custom query:

<?php // You need protect against arbitrary paged values $paged = ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1;  $args = array(     'post_type' => 'post',     'posts_per_page' => 6,     'paged' => $paged, );  $my_query = new WP_Query( $args ); ?>

You can do that like so:

<?php echo easy_wp_pagenavigation( $my_query ); ?>

Video

Screenshots

Easy WP Page Navigation Plugin WordPress

Easy WP Page Navigation Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *