Ich danke dir,
aber wie gesagt habe ich von HTML nicht die große Ahnung.
Würde mich sehr freuen wenn mir einer die HTML für mein Template umstellt.
Damit ihr seht wie es aussehen sollte, auf http://guido-michallik.de würde ich gern bei den Überschriften rechts das Kalenderblatt einfügen. Dort wo jetzt der Baum ist. Grafik kann ich mir selbst machen :mrgreen:.
BITTTE
Hier der Ausschnitt meiner Template-Index:
<?php get_header(); ?>
<div id="content">
<div class="ContentPane">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Weiterlesen »'); ?>
</div>
<p class="postmetadata">Eingestellt in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
Alles anzeigen