Wordpress

Update: January 8th, 2010
  1. Download the latest version here.
  2. Unzip the contents and edit config.php to your liking. Ensure that the MySQL settings are correct so that create_table.php will finish successfully.
  3. Upload the wowhead folder to the base directory of your Wordpress installation.
  4. Upload wowhead.css to ./wp-content/themes/{YOUR THEME}/ where {YOUR THEME} is your current theme.
  5. Download the Wordpress plugin here. and install it as normal. Don’t forget to activate it.
  6. Open ./wp-content/themes/{YOUR THEME}/header.php where {YOUR THEME} is the name of your theme
    • Somewhere inside the <head></head> tags add:
      <link href="<?php bloginfo('stylesheet_directory'); ?>/wowhead.css" rel="stylesheet" type="text/css" />
      <script src="http://www.wowhead.com/widgets/power.js"></script>
      <link href="<?php bloginfo('stylesheet_directory'); ?>/armory.css" rel="stylesheet" type="text/css" />
      <script src="./wowhead/js/armory.js.php" type="text/javascript"></script>
      				
    • Save and close and reupload to your site.
  7. That’s it, you’re done!
TOP