Hallo,
ich habe mir ein kleines Filmarchiv gebastelt... jetzt möchte ich aber noch ein Logo einfügen in den Header!
Dort befindet sich derzeit eine Schrift!...
Kann mir bitte jemand helfen?
Das Logo liegt in /images/logo.png
Besten Dank schon mal für die Hilfe ;)
PHP
<?php
/**
* @package WordPress
* @subpackage WPMovieLibrary
* @since WPMovieLibrary 1.0
*/
?><!DOCTYPE html>
<!--[if IE 7]><html class="ie ie7" <?php language_attributes(); ?>><![endif]-->
<!--[if IE 8]><html class="ie ie8" <?php language_attributes(); ?>><![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!--><html <?php language_attributes(); ?>><!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php echo wpmlt_title(); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class('wpmovielibrary'); ?>>
<div id="wpmovielibrary">
<div class="row row-header">
<div class="brand"><h2 id="brand"><?php printf( '<a href="%s" title="%s">%s</a>', home_url(), get_bloginfo( 'name' ), get_bloginfo( 'name' ) ); ?></h2></div>
<div class="library-header">
<ul>
<li><i class="icon-film"></i> <?php printf( _n( '%d Movie', '%d Movies', wpmlt_get_movie_count(), 'wpmlt' ), wpmlt_get_movie_count() ); ?></li>
<li><i class="icon-ticket"></i> <?php printf( _n( '%d Collection', '%d Collections', wpmlt_get_collection_count(), 'wpmlt' ), wpmlt_get_collection_count() ); ?></li>
</ul>
</div>
<div class="search">
<?php get_search_form(); ?>
</div>
<?php wpmlt_library_menu(); ?>
</div>
<div class="row row-content">
<?php get_sidebar(); ?>
<div id="library" class="<?php if ( is_home() || is_archive() ) : ?>detailled<?php endif; ?>">
Alles anzeigen