Title: Page Numbers below Post
Last modified: May 26, 2017

---

# Page Numbers below Post

 *  Resolved [gamejump](https://wordpress.org/support/users/gamejump/)
 * (@gamejump)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/page-numbers-below-post/)
 * ![](https://i0.wp.com/puu.sh/w1IGv/4e0070a75e.png)
 * hello guys thanks for the theme
 * i need one help here
 * well i am adding page numbers to the post and its appearing below the
    related
   post and after that we can see page no.
 * so can you tell me the code which will help to make it above the post
 * let me know guys
    thanks again

Viewing 1 replies (of 1 total)

 *  Theme Author [WP Puzzle](https://wordpress.org/support/users/wppuzzle/)
 * (@wppuzzle)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/page-numbers-below-post/#post-9210320)
 * [@gamejump](https://wordpress.org/support/users/gamejump/),
 * Try add this code to functions.php (use custom child theme or plugin FunctionsPHP).
   It will appearing pagination above the related posts. There are not possibility
   change pagination position without custom coding.
 *     ```
       function myslug_wp_link_pages( $args ){
       	remove_action( 'the_content', 'basic_social_share_buttons', 10 );
       	add_action( 'the_content', 'basic_social_share_buttons', 1 );
       }
       add_filter( 'after_setup_theme', 'myslug_wp_link_pages', 30 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Page Numbers below Post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/basic/1.3.12/screenshot.png)
 * Basic
 * [Support Threads](https://wordpress.org/support/theme/basic/)
 * [Active Topics](https://wordpress.org/support/theme/basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/basic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Puzzle](https://wordpress.org/support/users/wppuzzle/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/page-numbers-below-post/#post-9210320)
 * Status: resolved