• If you get the Call to undefined function error from a plugin, you most likely forgot to include <?php wp_head(); ?> in the header.
    You’ll find a sample how to implement wp_head() here: aggrss-demo (link to the source at the bottom of the page)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    In your source code demo you have this line:
    <?php require(‘wp-blog-header.php’); ?>

    In my version of wp there is no such file named “‘wp-blog-header.php'”. I see just a file header.php.

    Does that mean I must change the above to:
    <?php require(‘header.php’); ?>

    Or am I missing something — such as a file named “‘wp-blog-header.php'”

    Thanks,

    Rowby
    http://rowby.com/wordpress/

    wp-blog-header.php is a file in the main WordPress directory. header.php is a file in the theme directory.

    If there is no wp-blog-header.php in your main WP directory, you need to get one and upload it.

    Maybe version 1.2? What version do you have running, rowby?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘solution: “Call to undefined function”’ is closed to new replies.