19.09.2008, 13:35
|
#23 (permalink)
|
| PostRank: 1
Registriert seit: 17.06.2008
Beiträge: 30
| Gott,
war ich brutal -
habe meine sidebar.php kräftig ausgemistet.
Keine Ahnung, was ich so alles vernichtet habe, aber es geht noch.
Marcus, vielen Dank für die tolle + rasche Hilfe, hätte sonst keine Chance gehabt!
Hier noch meine "verstümmelte" Sidebar: PHP-Code:
<div id="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
<?php if(is_home()) {?>
<?php }?>
<li>
<h2><?php _e('Search'); ?></h2>
<form id="searchform" method="get" action="<?php bloginfo('siteurl')?>/">
<input type="text" name="s" id="s" class="textbox" value="<?php echo wp_specialchars($s, 1); ?>" />
<input id="btnSearch" type="submit" name="submit" value="<?php _e('Go'); ?>" />
</form>
</li>
<li>
<h2><?php _e('Praxis für Kinesiologie'); ?></h2>
<ul>
<?php wswwpx_fold_page_list('title_li=&depth=6&sort_column=menu_order'); ?>
</ul>
</li>
<?php if(is_home()) { ?>
<li>
<h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?>
<?php endif; ?>
<?php echo counterize_getuniqueamount() ?>
</ul>
</div>
<div style="clear:both;"></div>
Geändert von marX (19.09.2008 um 13:44 Uhr).
Grund: Nochmal PHP-Tags. Bitte Forenregeln beachten!
|
| |