Wordpress, Bild statt Logo

01/28/2014 11:46 Tibor18#1
Wordpress Blog.
Ich würde gern ein logo statt des Blog Titels benutzen

Das ist der Header:
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(''); ?><?php if(wp_title(''false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>


<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="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />




<?php 
    wp_enqueue_script
('jquery');
    
wp_enqueue_script('effects'get_stylesheet_directory_uri() .'/js/effects.js');
    
wp_enqueue_script('superfish'get_stylesheet_directory_uri() .'/js/superfish.js'); 


?>


<?php wp_get_archives('type=monthly&format=link'); ?>
<?php 
//comments_popup_script(); // off by default ?>




<?php if ( is_singular() ) wp_enqueue_script'comment-reply' ); wp_head(); ?>


</head>


<body>
<div id="wrapper">  <!-- wrapper begin -->


<div id="masthead"><!-- masthead begin -->
    <div id="top"> 
        <div id="blogname">    
            <h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
        </div>
        <div class="topad">
            <?php $ad1 get_option('myst_topad'); echo stripslashes($ad1); ?>
        </div>
    </div>
    <div id="botmenu">
        <?php wp_nav_menu( array( 'container_id' => 'submenu''theme_location' => 'primary','menu_class'=>'sfmenu','walker' => new description_walker(),'fallback_cb'=> 'fallbackmenu' ) ); ?>
    </div>
</div><!--end masthead-->


<div id="casing">
Wo und wie setzte ich ein logo ein Statt des textes?

Liebe Grüße.
01/28/2014 13:22 3lue#2
Poste mal die header.php
01/28/2014 14:47 xEncounter#3
Code:
        <div id="blogname">     
            <h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1> 
        </div>
Code:
<?php bloginfo('name');?>
Das müsste der Code-ausschnitt sein.
01/28/2014 15:25 3lue#4
Ja und jetzt zwischen <div ID="blogname"> und dem letzten </div> einfach <img src="LINKZUMBILD"> einfügen

Dann kannste mir mal ein Link des Blogs schicken und ich positioniere dir das ;)
01/28/2014 16:17 Tibor18#5
Danke habe es Geschafft vorhin :)

[Only registered and activated users can see links. Click Here To Register...]
01/28/2014 16:19 3lue#6
Quote:
Originally Posted by Tibor18 View Post
Danke habe es Geschafft vorhin :)

[Only registered and activated users can see links. Click Here To Register...]
Ist es so, wie es soll? :)
01/28/2014 16:22 Tibor18#7
Ja ist es :)