Beiträge von wp_user66

    Super maxe, vielen Dank. Ich werds ausprobieren und habe mal versucht, die Template-Tags einzubasteln:

    [LEFT] [COLOR=#000000] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if ([/COLOR][COLOR=#0000BB]is_page[/COLOR][COLOR=#007700]() || [/COLOR][COLOR=#0000BB]is_single[/COLOR][COLOR=#007700]()) { [/COLOR][COLOR=#0000BB]?>
    [/COLOR]<h1>[/COLOR][COLOR=#000000][COLOR=#0000BB]<?php wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB][/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR][/COLOR][COLOR=#000000]</h1>
    <h2><a href="[COLOR=Red]....[/COLOR]">[COLOR=Red]Blog-Description[/COLOR]</a></h2>
    [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]} else { [/COLOR][COLOR=#0000BB]?>
    [/COLOR]<h1><a href="[COLOR=Red]....[/COLOR]">[/COLOR]<?php bloginfo('name'); ?>[COLOR=#000000]</a></h1>
    <h2>[COLOR=Red]Blog-Description[/COLOR]</h2>
    [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]} [/COLOR][COLOR=#0000BB]?>[/COLOR] [/COLOR] [/LEFT]
    Jedoch weiß ich beim rot Markierten nicht weiter, bzw. finde die notwendigen Template-Tags nicht. Kannst du weiter helfen, Danke.

    Hallo, ich freue mich auf Hilfe aus dem Forum:

    Es geht um die Anpassung der header.php im Kubrick-Theme:

    Ich hätte gern H1 und H2 in der header.php wie folgt:

    wenn Artikel oder Seite, dann
    H1 Artikelüberschrift
    H2 als Link: Blog-Description

    sonst:
    H1 als Link: Blog-Titel
    H2 Blog-Description

    Hat jemand eine Idee? Vielen Dank dafür, Chris