Wordpress
Update: January 8th, 2010
- Download the latest version here.
- 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.
- Upload the wowhead folder to the base directory of your Wordpress installation.
- Upload wowhead.css to ./wp-content/themes/{YOUR THEME}/ where {YOUR THEME} is your current theme.
- Download the Wordpress plugin here. and install it as normal. Don’t forget to activate it.
- 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.
- Somewhere inside the <head></head> tags add:
- That’s it, you’re done!





















































