The MU forums have moved to WordPress.org

wp_head action not working (3 posts)

  1. Nekusagi
    Member
    Posted 17 years ago #

    I fixed Counterize for MU working but 'add_action('wp_head', 'counterize_add');' isn't working! What the hell is wrong?

  2. Nekusagi
    Member
    Posted 17 years ago #

    if I put counterize_add(); in the template, it runs ok.... so... ADD ACTION is the problem

  3. dragosi
    Member
    Posted 16 years ago #

    Hey! I just had the same problem.
    You might have a custom template. If so, make sure that
    <?php wp_head(); ?>
    is written between the <head> and </head> tags in your template's header.php file.

    Good Luck! Dragos

About this Topic

  • Started 17 years ago by Nekusagi
  • Latest reply from dragosi