Title: One problem
Last modified: August 22, 2016

---

# One problem

 *  Resolved [Denis159](https://wordpress.org/support/users/denis159/)
 * (@denis159)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/one-problem-1/)
 * Thanks for plagin.Not worked only in Customizr theme.
 * [https://wordpress.org/plugins/wp-pagenavi/](https://wordpress.org/plugins/wp-pagenavi/)

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

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/one-problem-1/#post-5912769)
 * Contact your theme author. I am not using that theme so I can’t help you with
   it.
 *  Thread Starter [Denis159](https://wordpress.org/support/users/denis159/)
 * (@denis159)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/one-problem-1/#post-5912802)
 * I have solved this problem. thank you again 🙂
    Need to add this code in functions.
   php on child theme add_action(‘wp_head’, ‘my_post_nav’); function my_post_nav(){
   if ( !function_exists(‘wp_pagenavi’) ) return; remove_action( ‘__after_loop’ ,
   array( TC_post_navigation::$instance , ‘tc_post_nav’ ), 20 ); add_action( ‘__after_loop’,‘
   wp_pagenavi’, 20 ); }

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

The topic ‘One problem’ is closed to new replies.

 * ![](https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997)
 * [WP-PageNavi](https://wordpress.org/plugins/wp-pagenavi/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-pagenavi/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-pagenavi/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-pagenavi/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-pagenavi/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-pagenavi/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Denis159](https://wordpress.org/support/users/denis159/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/one-problem-1/#post-5912802)
 * Status: resolved