Logo in Header Suffusion?!?
-
Hi There,
I’m having some trouble with my header.
I’d like to add my logo in the header, but don’t know how to. I’m using the Suffusion theme and as far as i know i can only either add a URL or use the default style.
——————————————————————
Does this mean that i have to upload my logo on the internet? I don’t like it when other people can download my logo from the internet! My logo is a .png or an .jpeg and my website is : https://www.maessage.nlDoes anyone know how to do this?
———————————————————–
This is my header.php<?php
/**
* Core header file, invoked by the get_header() function
*
* @package Suffusion
* @subpackage Templates
*/
?>
<!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”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php
suffusion_document_header();
if ( is_singular() ) {
wp_enqueue_script( ‘comment-reply’ );
}
wp_head();
?>
</head>
<body>
<div id=”page” class=”fix”>
<div id=”wrapper” class=”fix”>
<div id=”header-container” class=”fix”>
<?php
suffusion_page_header();
?>
</div><!– //#header-container –>
<div id=”container” class=”fix”>
<?php
suffusion_after_begin_container();
?>Thanks!!
- The topic ‘Logo in Header Suffusion?!?’ is closed to new replies.