How do I fix a Fatal error after activating wp_pagenavi
-
I just tried to install a plugin of WP-PageNavi so i could have the “forward” and “back” at the bottom of my multi post page. It told me to replace the coding from this: <?php wp_link_pages( … ); ?> to this: <?php wp_pagenavi( array( ‘type’ => ‘multipart’ ) ); ?>
and put that at the to of the line where I saw <?After that it wouldn’t let me deactivate it (I knew I did something wrong) so I exited out and now when I try to log back in it show this:
Fatal error: Call to undefined function wp_pagenavi() in /home/crystell/public_html/wp-content/plugins/wp-pagenavi/wp-pagenavi.php on line 1
This does not look good! How can I fix it??
I apologize, I am very new to this.. Thank you in advance!
The blog I need help with is: (visible only to logged in users)
-
This support forum is only for blogs hosted at WordPress.com and as your question is about a self-hosted WordPress.org blog then you’ll find help at the WordPress.org forums. http://wordpress.org/support/
-
-
If you haven’t registered a username account there click this link http://wordpress.org/support/ and register one on the top right hand corner of the page. then you can post to the correct support forums.
- The topic ‘How do I fix a Fatal error after activating wp_pagenavi’ is closed to new replies.