Beiträge von jitti

    Jede Seite ein anderes Bild im Header

    Sag mir doch bitte zu 2, wo ich was eintragen muss:

    <!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( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
    <?php if(WP_VERSION < 3.0): ?>
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', THEME_NS), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
    <?php endif; ?>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php
    remove_action('wp_head', 'wp_generator');
    wp_enqueue_script('jquery');
    if ( is_singular() && get_option( 'thread_comments' ) ) {
    wp_enqueue_script( 'comment-reply' );
    }
    wp_head(); ?>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    </head>
    <body <?php if(function_exists('body_class')) body_class(); ?>>
    <div id="art-page-background-middle-texture">
    <div id="art-page-background-glare-wrapper">
    <div id="art-page-background-glare"></div>
    </div>
    <div id="art-main">
    <div class="cleared reset-box"></div>
    <div class="art-box art-sheet">
    <div class="art-box-body art-sheet-body">
    <div class="art-header">
    <div class="art-logo">
    </div>
    <div class="art-bar art-nav">
    <div class="art-nav-outer">
    <div class="art-nav-wrapper">
    <div class="art-nav-inner">
    <?php
    echo theme_get_menu(array(
    'source' => theme_get_option('theme_menu_source'),
    'depth' => theme_get_option('theme_menu_depth'),
    'menu' => 'primary-menu',
    'class' => 'art-hmenu'
    )
    );
    ?>
    </div>
    </div>
    </div>
    </div>
    <div class="cleared reset-box"></div>
    </div>
    <div class="cleared reset-box"></div>

    Liebe Wordpress-Fans,
    ich habe folgende Frage: Wenn ich auf einem 19" Bildschirm ein 600 Pixel breites Foto einfüge und damit an die Grenzen stoße, hat derjenige, der einen 17" Bildschirm hat ein Problem. Das Foto geht über das Textfeld hinaus. Das sieht natürlich nicht gut aus.
    Gibt es ein Plugin, dass das Foto immer passend der Bildschirmgröße anpasst, unabhängig von der tatsächlichen Größe?
    Wäre sehr nett, wenn mir Jemand helfen könnte.

    Menüs mit Untermenüs

    Hallo :-D!!

    Danke für die schnelle Reaktion. Ich muss mir das in Ruhe mal ansehen. Hoffentlich ist das nicht zu kompliziert. Nochmals Danke und einen schönen Tag wünscht
    jitti

    Hallo zusammen!!

    Ich bin noch Neuling und habe ein Problem. Das Hintergrundbild oben auf der Seite:
    http://ev-kinderheim-herne.de/blog/
    habe ich in der Höhe gekürzt. Ich möchte gerne, dass der dunkelgrüne Balken an dem Bild abschliesst und ich dadurch Platz gewinne. Ausserdem möchte ich, dass die beiden Menüpunkte "Home...." unter dem Bild stehen. Wie macht man das?

    Herzliche Grüsse
    jitti:confused: