• I just moved my blog from wordpress.com to wordpress.org and I am just trying to update my theme to match my old theme, Blix. On wordpress.com I could easily upload a header image but now that I am over here on wordpress.org, I have to edit the php header template to customize my header. What do I have to delete or change to upload my header?

    Here is the image: http://i51.tinypic.com/r7rudt.jpg

    Here is the code under the php header template:

    [huge chunk of code moderated – use pastebin.com]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nobes37

    (@nobes37)

    I believe this is the section I need to update to customize my header:

    </head>
        <body>
            <div id="container"<?php echo $col_class; ?>>
                <div id="header">
                    <h1><a>"><?php bloginfo('name'); ?></a></h1>
                    <h3><?php bloginfo('description'); ?></h3>

    [Please post code snippets between backticks or use the code button.]

    Can anyone help?

    Unless you provide a link to a site demonstrating the problem, no one will be able to offer much in the way of assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Customizing Header Please!’ is closed to new replies.