Danke erstmal für Deine Antwort.
Solltest du nicht klarkommen, kannst du deine sidebar.php hier posten und man kann dir genauer sagen, was wo hingehört.
Leider komme ich nicht klar da ich in der sidebar.php nicht erkennen kann Wo Was Wie genau angeordnet ist.
hier meine sidebar.php:
PHP
<div id="sidebar">
<div id="noindent">
<ul>
<li>
<h2><?php _e('Search','relaxation'); ?></h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
<li>
<h2><?php _e('Categories','relaxation'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li>
<li>
<h2><?php _e('Archive','relaxation'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<?php get_links_list(); ?>
<li>
<h2><?php _e('Meta','relaxation'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<li><br /><br /><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Entries (RSS)', 'relaxation')?>"><img src="<?php bloginfo('template_directory'); ?>/images/rss.png" alt="<?php _e('Entries (RSS)', 'relaxation')?>" height="15" width="80" /></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('Comments (RSS)', 'relaxation')?>"><img src="<?php bloginfo('template_directory'); ?>/images/rss-comments.png" alt="<?php _e('Comments (RSS)', 'relaxation')?>" height="15" width="80" /></a></li>
<li><br /><a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.1"><img src="<?php bloginfo('template_directory'); ?>/images/valid-xhtml11.png" alt="Valid XHTML 1.1" height="15" width="80" /></a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS"><img src="<?php bloginfo('template_directory'); ?>/images/valid-css.png" alt="Valid CSS" height="15" width="80" /></a></li>
</ul>
</div> <!-- end of noindent -->
</div> <!-- end of sidebar -->
Alles anzeigen
Kann es sein dass Sachen wie "Links" usw. die ich in der Sidebar stehen habe nichts mit der sidebar.php zu tun haben?
Danke sagt,
kreisl