Title: please your help is needed
Last modified: August 19, 2016

---

# please your help is needed

 *  [green_king](https://wordpress.org/support/users/green_king/)
 * (@green_king)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/please-your-help-is-needed/)
 * My template does not support next and previous page so i have added code manually
   <?php posts_nav_link(); ?> by going to blog.php
 * The problem is next and previous link does not work please help me my website
   is kuwaitsblog.com

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/please-your-help-is-needed/#post-1809775)
 * There is a great plugin for fancy next post nav.its called WP navi or similar
 *  Thread Starter [green_king](https://wordpress.org/support/users/green_king/)
 * (@green_king)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/please-your-help-is-needed/#post-1809779)
 * [@root](https://wordpress.org/support/users/root/) thanks but that plugin is 
   for comments
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/please-your-help-is-needed/#post-1809872)
 * You probably need to include the ‘paged’ argument to the query. It might be something
   like this, depending on your template:
 *     ```
       <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       global $wp_query;
       query_posts(
          array_merge(
             $wp_query->query,
             array('paged' => $paged),
          )
       );
       ?>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘please your help is needed’ is closed to new replies.

## Tags

 * [next](https://wordpress.org/support/topic-tag/next/)
 * [previous](https://wordpress.org/support/topic-tag/previous/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/please-your-help-is-needed/#post-1809872)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
