Hi All,
I’m having the exact same problem, but feel like I’m almost there!:)
blog: condoperks.com/blog
As you see, the default header is gone. I’m trying to load this Image:
https://www.condoperks.com/blog/wp-content/themes/freshblue-idea-10/images/blogheader.png
Do I do so in the Header CSS or Main CSS?
Here is the directional copy of the Header.PHP file. Thanks, this has been driving me nuts:).
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<center>
<div id=”page”><div id=”header”>
<!–
Here’s code to logo of your website / blog.
An example image is now at “images” folder, you can simply
change it. Template PSD file is at “customize” folder.
Just edit it as you want and save in “images” folder.
The file should be saved as PNG file.
If don’t want an image delete the line below and place the following:
<div id=”h1″><h1>” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></h1></div>
–>
<div id=”logo” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></div>
<div id=”tabs1″>
</div>
</div>