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.