Hallo,
habe ein Problem mit der Sidebar ...
... bei der ''Navigation'' und bei den ''Links'' ist jeweils vor dem Link ein Quadrat, bei Programme nicht!
Wie kann ich bei den Programmen-Links zB : PPlive auch ein Quadrat davor bekommen?
Zur Zeit :
PHP
<h2><?php _e('Navigation:'); ?></h2>
<ul id=is_link>
<?php wp_list_cats(0, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
<?php wp_list_pages('title_li=<h2>Programme:</h2>' ); ?>
Folgendes habe ich ausprobiert:
PHP
<h2><?php _e('Navigation:'); ?></h2>
<ul id=is_link>
<?php wp_list_cats(0, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
<h2><?php _e('Programme:'); ?></h2>
<ul id=is_link>
<?php wp_list_pages(0, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
... das Ergebnis könnt ihr auch der Seite betrachten :oops:
Ich hoffe ihr könnt mir helfen!
Gruß, Gero