• To use border-radius: so that it displays in IE9 I need to add [code]<meta http-equiv="X-UA-Compatible" content="IE=9" />[/code] into the <head></head> area of header.php
    Rather than replacing the whole of header.php I’d prefer to just add the line using functions.php if possible.

    I believe I need to use the thematic_header() function but I’m not suite sure how to use it to simply add a line of code rather than replacing the existing content of <head></head>

  • The topic ‘Using functions.php to add to header.php’ is closed to new replies.