Hallo,
ich möchte gerne die Sidebar auf einer Seite per Hand anpassen. Jedoch habe ich nun die Sidebar zweimal, weiß aber nicht, wieso: 26. Eichstätter Triathlon
Hier der Code, der in der sidebar.php steht:
<div id="navi" style="padding-top:10px;">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<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', 'kubrick'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?> <li>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p><?php printf(__('You are currently browsing the archives for the %s category.', 'kubrick'), single_cat_title('', false)); ?></p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the day %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('l, F jS, Y', 'kubrick'))); ?></p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time(__('F, Y', 'kubrick'))); ?></p>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives for the year %3$s.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), get_the_time('Y')); ?></p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p><?php printf(__('You have searched the <a href="%1$s/">%2$s</a> blog archives for <strong>‘%3$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name'), wp_specialchars(get_search_query(), true)); ?></p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p><?php printf(__('You are currently browsing the <a href="%1$s/">%2$s</a> blog archives.', 'kubrick'), get_bloginfo('url'), get_bloginfo('name')); ?></p>
<?php } ?>
</li> <?php }?>
<?php endif; ?>
<div id="navi" style="padding-top:10px;">
<ul>
<li id="pages" class="widget widget_pages"> <span style="display:none;">Seiten</span> <ul>
<li class="page_item page-item-16 current_page_item"><a href="http://www.eichstaetter-triathlon.de" title="Startseite">Startseite</a></li>
<li class="page_item page-item-23"><a href="http://www.eichstaetter-triathlon.de/allgemeines" title="Allgemeines">Allgemeines</a></li>
<li class="page_item page-item-24"><a href="http://www.eichstaetter-triathlon.de/anmeldung-einzelstarter" title="Anmeldung Einzelstarter">Anmeldung Einzelstarter</a></li>
<li class="page_item page-item-25"><a href="http://www.eichstaetter-triathlon.de/anmeldung-staffel" title="Anmeldung Staffel">Anmeldung Staffel</a></li>
<li class="page_item page-item-20"><a href="http://www.eichstaetter-triathlon.de/anreise" title="Anreise">Anreise</a></li>
<li class="page_item page-item-21"><a href="http://www.eichstaetter-triathlon.de/ausschreibung" title="Ausschreibung">Ausschreibung</a></li>
<li class="page_item page-item-26"><a href="http://www.eichstaetter-triathlon.de/ergebnisse-2007" title="Ergebnisse 2007">Ergebnisse 2007</a></li>
<li class="page_item page-item-27"><a href="http://www.eichstaetter-triathlon.de/ergebnisse-2008" title="Ergebnisse 2008">Ergebnisse 2008</a></li>
<li class="page_item page-item-17"><a href="http://www.eichstaetter-triathlon.de/starterinformation" title="Starterinformation">Starterinformation</a></li>
<li class="page_item page-item-19"><a href="http://www.eichstaetter-triathlon.de/streckenplane" title="Streckenpläne">Streckenpläne</a></li>
<li class="page_item page-item-18"><a href="http://www.eichstaetter-triathlon.de/zeitplan" title="Zeitplan">Zeitplan</a></li>
<li class="page_item page-item-22"><a href="http://www.eichstaetter-triathlon.de/impressum" title="Impressum">Impressum</a></li>
</ul>
</li> </ul>
</div>
</ul>
</div>
Alles anzeigen
Gruß,
Andi