• I deactivated the WP_PageNavi plug-in, as it was causing some performance issues. I checked the theme’s widgets – and it is not listed there. But the site’s error log shows many lines of this error:

    PHP fatal error: Call to undefined function wp_pagenavi() in /home/mysite/wp-content/themes/twentyeleven/functions.php

    I need to resolve this problem.

    TIA!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Upgrade to the new wordpress 3.8? Try checking the FTP for this plugin and deleting the folder if your sure this was not a problem before you installed this plugin.

    Head to Appearance -> Editor

    Then go to Functions.php (on the right hand side of the screen, blue list of files)

    do ctrl+f
    Search for: wp_pagenav()

    The line that is calling it should appear.

    Either comment out or delete it

    to comment it out, surround the function with /* at the beginning and */ at the end.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plug-in deactivated, but theme still tries to call it’ is closed to new replies.