Title: PhP Error? and question about nav position
Last modified: August 21, 2016

---

# PhP Error? and question about nav position

 *  [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/)
 * hello together,
    after some tests I managed the combination of wp-pagenavi with
   this great plugin. works fine so far. but one question is still open… the navigation
   appears on page top. what I have to change that the navigation appears at the
   bottom?
 * for better understanding I’ve just made a screen U see here –> [http://goo.gl/ccqQxj](http://goo.gl/ccqQxj)
 * number (arrow) 1: it displays “array” in the left corner. but why? is it an error
   in the php code? how can I change this issue?
 * number 2: this complete navigation should appear under my articles / posts. Is
   it possible?
 * thanks missi1976
 * [http://wordpress.org/plugins/posts-for-page/](http://wordpress.org/plugins/posts-for-page/)

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

 *  [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227775)
 * Show the code you’re using. Create a [Pastebin](http://pastebin.com/) and post
   the link here.
 *  Thread Starter [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227803)
 * hello brasofilo,
 * and thanks for nice answer. I insert the code snippet between line 301 and 320
   of my posts-for-page.php of “productioncat” of this older posting here –> [http://goo.gl/bTxCMI](http://goo.gl/bTxCMI)
 * here the pastebin of my current posts-for-page.php: [http://pastebin.com/dPeQeYDS](http://pastebin.com/dPeQeYDS)
 * in hope that you will find a solution…
 * thankU
 *  [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227806)
 * No, I can’t see a culprit for that `Array` that’s displaying.
 * if you change line 305 to
 * > `$output .= 'TEST';`
 * does it still happens?
 *  Thread Starter [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227810)
 * hello my helping friend,
    after changing line 305 it displays TEST under my posts…
   nothing else. –> [https://lh6.googleusercontent.com/-2xKtZ_QYzTY/UmeclxMDaEI/AAAAAAAABIY/_9NKsRmFnyg/s1179/screen2.png](https://lh6.googleusercontent.com/-2xKtZ_QYzTY/UmeclxMDaEI/AAAAAAAABIY/_9NKsRmFnyg/s1179/screen2.png)
   do U have any idea?
 *  Thread Starter [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227824)
 * @ brasofilo,
    could you give an finish advice to solve my problem? thanks
 *  [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227834)
 * Try the following and post the output:
 *     ```
       if( function_exists('wp_pagenavi')) {
       	$test = wp_pagenavi( array( 'echo' => false) );
       	$output .= '<pre>'.print_r($test,true).'</pre>';
       ```
   
 *  Thread Starter [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227837)
 * hello brasofilo,
    and big big thanks… unfortunately after changing the special
   lines of my PHP I still have the same problem… maybe some other ideas??? I hope
   U will find a solution for me. please GO ON with me…
 *  Thread Starter [missi1976](https://wordpress.org/support/users/missi1976/)
 * (@missi1976)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227884)
 * hello together,
    and best wishes to everybody for this year. somebody here who
   has a new idea for my problem meanwhile?

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

The topic ‘PhP Error? and question about nav position’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-for-page.svg)
 * [Posts for Page](https://wordpress.org/plugins/posts-for-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-for-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-for-page/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-for-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-for-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-for-page/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [missi1976](https://wordpress.org/support/users/missi1976/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-and-question-about-nav-position/#post-4227884)
 * Status: not resolved