hallo,
ich möchte gerne den link aus der überschrift entfernen. dazu habe ich die Zeile wie folgt angepasst:
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
in...
<h3 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3>
leider zieht es mir nach der änderung die formatierung aus dem css nicht mehr an. was mache ich falsch ?
danke für die hilfe.