Wie sieht der Code vor und nach dem Code der für die Seite zuständig ist aus?
Schaut aus als wäre darüber noch ein LI oder UL hat einen Listenpunkt:confused:
Danke für das Posting, aber ich hab nix gefunden. Ich poste mal den ganzen Code... Bin offensichtlich blind. ![]()
PHP
<div id="sidebar">
<ul>
<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php _e('Author'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<ul><?php wp_list_pages('title_li=<h2>Seiten</h2>&depth=1'); ?></ul>
<li><h2><?php _e('Kategorien'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<?php } ?>
</ul>
</div>
Alles anzeigen
Gruß!
Raphael