Search code examples
wordpresswordpress-themingoutput-buffering

insert in the head tag after wp_head


Using wordpress 2.9.2. I am loading my css files for plugins as they are being called, which ofcourse is after my header has been loaded. I want to insert the calls those css files in the HEAD tag of the page, which can be done if i get a hook which includes lines in the head after wp_head() has been called. Help !


Solution

  • The solution that worked for me was inserting the css files in head using output buffer.