Did you put the code in your theme’s header.php?
Yes, here is an excerpt of my saved header.php. The code is located in bold print:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<script type=”text/javascript” src=”http://www.blenza.com/linkies/header.js”></script>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
However you are editing it isn’t sticking, maybe due to permissions issues or security settings. I would try a different method. I use a code editor on my computer to edit the actual theme files and then FTP them to my site.
Are you talking about filezilla?
I have a Mac and use BBEdit to edit the code and Dreamweaver to FTP.
Thanks for your help iridiax. I’m not sure how to go about doing this, but I appreciate you taking the time to answer.
If anyone else has a suggestion, please let me know.
I would use whatever FTP program works with your computer. My best guess is that your web permissions are not allowing you save your file edits.
maybe take the header.js and put it under your blog folder, like the same place your header file is
Thanks to everyone’s suggestions, I finally figured it out!! 🙂
so what did you do?!!
come on i have the same problem!