kann mir jemand sagen wir der Weg "zu Fuß" wäre?
Steinig und schwer. ;-)
Nein schon im Prinzip so wie fischnackdissen das erklärt hat. Da waren nur ein paar kleine Fehler drin:
PHP
<?php if(is_home()) {
$cssclass = 'page_item current_page_item';
}else{
$cssclass = 'page_item';
}
if(is_page(Galerie-ID)) {
$galleryclass = 'page_item current_page_item';
} else {
$galleryclass = 'page_item';
} ?>
<li class="<?php echo $cssclass; ?>"><a href="<?php echo get_option('home'); ?>/" title="Startseite">Home</a></li>
<li class="gallerylink <?php echo $galleryclass; ?>"><a href="LINK" title="Galerie">Galerie</a></li>
<?php wp_list_pages('exclude=177&depth=1&title_li=0&sort_colunm=menu_order'); ?>
</ul>
Alles anzeigen