• 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.nl

    Does 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”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <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!!

Viewing 1 replies (of 1 total)
  • I don’t like it when other people can download my logo from the internet!

    Irrespective of where you put your logo, people can always download it from the internet, otherwise they wouldn’t be able to see it on your site. After all, your site is a part of the internet. So I fail to understand your concern.

    You can use the inbuilt Media Library of WP to upload your logo, then use its link for your header image.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo in Header Suffusion?!?’ is closed to new replies.