Title: Easy WP Page Navigation
Author: PenciDesign
Published: <strong>मार्च 26, 2015</strong>
Last modified: एप्रिल 7, 2016

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://s.w.org/plugins/geopattern-icon/easy-wp-page-navigation_d1968e.svg)

# Easy WP Page Navigation

 [PenciDesign](https://profiles.wordpress.org/bboy8k/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/easy-wp-page-navigation.zip)

 * [तपशील](https://mr.wordpress.org/plugins/easy-wp-page-navigation/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/easy-wp-page-navigation/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/easy-wp-page-navigation/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/easy-wp-page-navigation/#developers)

 [समर्थन](https://wordpress.org/support/plugin/easy-wp-page-navigation/)

## वर्णन

This plugin will create a new page navigation. Easy to use and custom it.
 With 
this plugin, you don’t worry about paging in your blog.

Multiple styles for navigation, you can see in [Screenshots](https://wordpress.org/plugins/easy-wp-page-navigation/screenshots/)

To using it in your blog, see the [installation instructions](https://wordpress.org/plugins/easy-wp-page-navigation/installation/)

Subscribe our newsletter [here](http://pencidesign.com/#footer-subscribe)

You need a theme? see [our premium themes](http://themeforest.net/user/pencidesign/portfolio?ref=PenciDesign).

#### Support

Support is handled in the [WordPress forums](https://wordpress.org/support/plugin/easy-wp-page-navigation).
Please note that support is limited and does not cover any custom implementation
of the plugin.

## स्क्रीनशॉट

[⌊Default styling⌉⌊Default styling⌉[

Default styling

[⌊Square styling⌉⌊Square styling⌉[

Square styling

[⌊Circle styling⌉⌊Circle styling⌉[

Circle styling

[⌊Diamond square styling⌉⌊Diamond square styling⌉[

Diamond square styling

[⌊Gerenal options⌉⌊Gerenal options⌉[

Gerenal options

[⌊Fill posts per page number for your taxonomies⌉⌊Fill posts per page number for
your taxonomies⌉[

Fill posts per page number for your taxonomies

## स्थापना

 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:

Example for using with custom query: ‘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 ); ?>
    ```

## नेहमी विचारले जाणारे प्रश्न

  How to changing the CSS?

If you need to configure the CSS of this plugin, you can copy the `easy-wp-pagenavigation.
css` file from the plugin directory to your theme’s directory and make your modifications
there.

Also, you can override the CSS of Easy WP Page Navigation in other CSS file.

Do it, you won’t lose your changes when you update this plugin.

## समीक्षा

![](https://secure.gravatar.com/avatar/e1d79c6fdd203f4ddaf6fa829eb0713ae0bbea8e7ae677a35a5a1814ad0e973a?
s=60&d=retro&r=g)

### 󠀁[It’s work with Cosine theme.](https://wordpress.org/support/topic/its-work-with-cosine-theme/)󠁿

 [neoan](https://profiles.wordpress.org/neoan/) नोव्हेंबर 20, 2016

I like it, thank you!

![](https://secure.gravatar.com/avatar/893ea893fb90acd88ed11c0c54fe4026516dbbd0bb4568e7d2bfa45510f6f17f?
s=60&d=retro&r=g)

### 󠀁[New problem](https://wordpress.org/support/topic/why-it-is-not-working-for-me/)󠁿

 [sbning](https://profiles.wordpress.org/sbning/) सप्टेंबर 3, 2016

update: I have to change index.php, search.php, and archives.php., as below. However,
the home page, search page and category page now all show the same page numbers!
But actually, they always have different pages. See http://www.ccgtc.org. Update:
I figured out that: in the file “index.php”, find: <?php charitas_content_navigation(‘
postnav’ ) ?> replace with: <?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 ); if($my_query->have_posts()): while($my_query-
>have_posts()): $my_query->the_post(); // Template loop here endwhile; echo easy_wp_pagenavigation(
$my_query ); else: // No result endif; wp_reset_postdata(); ?> Then, in wordpress–
>setting–>reading, change the page number to “6” (or another number which matches
above.

![](https://secure.gravatar.com/avatar/6db860ca4ccabe7715ed7e2ed086659d2b1cccde1142c00ea4498e0720a1500a?
s=60&d=retro&r=g)

### 󠀁[Thumbs up for this nice plugin](https://wordpress.org/support/topic/thumbs-up-for-this-nice-plugin/)󠁿

 [Rituparna Sonowal](https://profiles.wordpress.org/icraftzone/) सप्टेंबर 3, 2016

I know there is a very popular plugin in this category but intentionally I have 
made my mind to use this and the result is amazing. Thanks

![](https://secure.gravatar.com/avatar/749fef3db7041617cc25392cec06b0e8e83183091a1c4bdc30a85c050dcf3dcf?
s=60&d=retro&r=g)

### 󠀁[prefect](https://wordpress.org/support/topic/prefect-5/)󠁿

 [sekhar989](https://profiles.wordpress.org/sekhar989/) सप्टेंबर 3, 2016

easy to use

![](https://secure.gravatar.com/avatar/370fb483017b4d48973e1d5219d4f3a24214e72150c213d2d4bead5045331022?
s=60&d=retro&r=g)

### 󠀁[Nice Plugin](https://wordpress.org/support/topic/nice-plugin-1194/)󠁿

 [Rajendra Singh Rathore](https://profiles.wordpress.org/rajendra-singh-rathore/)
सप्टेंबर 3, 2016

Great plugin Easy for use

 [ सर्व 11 पुनरावलोकने वाचा ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/)

## योगदानकर्ते आणि विकसक

“Easy WP Page Navigation” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या 
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ PenciDesign ](https://profiles.wordpress.org/bboy8k/)

[भाषांतर करा “Easy WP Page Navigation” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/easy-wp-page-navigation)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/easy-wp-page-navigation/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/easy-wp-page-navigation/) तपासा,
किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/easy-wp-page-navigation/)
च्या [RSS](https://plugins.trac.wordpress.org/log/easy-wp-page-navigation/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.4

 * Improvement: Data validate & change colors actions

#### 1.3

 * Improvement: Allow HTML to custom text for First Page, Last Page, Prev Page, 
   Next Page

#### 1.2

 * Fixed: Some bug in front-end
 * Add: Easy to support by one click on plugins page

#### 1.1.1

 * Fixed: Easy WP Page Navigation on mobile

#### 1.1

 * Tweak: Some CSS page numbers
 * New: Add multiple styles for plugin

#### 1.0

 * Just release 1.0

## मेटा

 *  आवृत्ती **1.4**
 *  शेवटचा अद्यतन **10 वर्षे पूर्वी**
 *  सक्रिय स्थापना **800+**
 *  वर्डप्रेस आवृत्ती ** 3.0 किंवा मोठा **
 *  परीक्षित केले आहे **4.5.33**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/easy-wp-page-navigation/)
 * टॅग्ज:
 * [admin](https://mr.wordpress.org/plugins/tags/admin/)[page navigation](https://mr.wordpress.org/plugins/tags/page-navigation/)
   [taxonomies](https://mr.wordpress.org/plugins/tags/taxonomies/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/easy-wp-page-navigation/advanced/)

## मूल्यांकन

 4.8 पैकी ५ तारे.

 *  [  9 5-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/?filter=5)
 *  [  0 4-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/?filter=4)
 *  [  1 3-तारांकित पुनरावलोकन     ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/?filter=3)
 *  [  0 2-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/?filter=2)
 *  [  0 1-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/easy-wp-page-navigation/reviews/)

## योगदानकर्ते

 *   [ PenciDesign ](https://profiles.wordpress.org/bboy8k/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/easy-wp-page-navigation/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](http://themeforest.net/user/pencidesign/portfolio?rel=pencidesign)