Forums

Problems with installing plugins (widgitizing my theme) (2 posts)

  1. fegul
    Member
    Posted 2 years ago #

    So I've been looking for a working Google Calendar plugin and so far I haven't found one that works with my custom theme.

    wpng-calendar: When I install this plugin, I get a notice in Firebug saying that a particular function is not defined. It's strange because once I widgetize my theme it should automatically include the required files in the header right?

    I used this guide to widgetize my theme: http://www.quickonlinetips.com/archives/2007/11/how-to-widget-enable-wordpress-themes-in-3-easy-steps/

    However all of the required js files are not included in the head of the document when I drag the widget into the sidebar that I've defined.

    Any ideas?

  2. fegul
    Member
    Posted 2 years ago #

    I found the problem, I needed to add
    <?php wp_head() ?>
    inside the <head> tags of my header.php file

    Now the external scripts that my plugins use are being loaded in the page

Topic Closed

This topic has been closed to new replies.

About this Topic