Mit diesem Tutorial habe ich meinen Wordpress Footer angepasst. Diverse Seiten wurden mit diesen Styles in den Footer eingefügt:
ZitatAlles anzeigen.footerlinks ul {text-transform:uppercase;
display: inline;
list-style-type: none;
list-style-image:none;
margin:0; }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
display: inline;
padding: 0px 5px; }
.footerlinks a {text-decoration:none;
padding: 0px 3px;
border-right: 1px solid black;}
In die Footer.php kam das hier:
Zitat[COLOR=#ff0000]<ul class="footerlinks">
<?php
wp_list_pages('title_li='); ?>
</ul>[/COLOR]
Die einzige Änderung von mir, war Farbe und fettdruck, also so:
ZitatAlles anzeigen.footerlinks ul {text-transform:uppercase;
display: inline;
list-style-type: none;
list-style-image:none;
margin:0; }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
display: inline;
padding: 0px 5px; }
.footerlinks a {text-decoration:none;
padding: 0px 5px;
margin: 32px 62px;
font-weight: bold;
color: #0066cc;
border-right: 1px solid #0066cc;
border-left: 1px solid #0066cc;}
Das ganze hat auch funktioniert. Heute sehe ich allerdings, dass die Seitenlinks plötzlich nicht mehr in Reihe, sondern als Liste dargestellt werden, was durch obigen Code ja eigentlich nicht sein dürfte...
Wei jemand Rat? URL ist: http://www.soccerkick.de