Ich möchte gerne auf der rechten Seite
ausblenden aber ich weiß nicht wie :(
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenIch möchte gerne auf der rechten Seite
ausblenden aber ich weiß nicht wie :(
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
Irgendwie will das nciht
Dann bekommst du das andere sicher auch noch raus. Tipp: sidebar.php
gib mir nochmal ein tipp ich finde nix in der sidebar...
Ein vernünftiger Editor kann dateiübergreifend suchen.
Ansonsten stell doch deine sidebar.php mal hier rein. PHP-Auszeichnung nicht vergessen ;-)
(Du hattest 2 Sidebars oder? Gibts da vielleicht auch 2 Sidebar-Dateien? Dann bitte die für rechts bzw. wo die Rubrik war. Ldier hast du ja den Link zur Seite rauseditiert...)
Der Link nochmal Informationen » Startseite
<div id="links">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('left menu') ) : else : ?>
<?php if (function_exists('wp_theme_switcher')) { ?>
<li><h2><?php _e('Themes','nature'); ?></h2>
<?php wp_theme_switcher(); ?>
</li>
<?php } ?>
<li><h2><?php _e('Pages','nature'); ?></h2>
<ul>
<?php wp_list_pages('sort_column=menu_order&depth=-1&title_li=');?>
</ul>
</li>
<li>
<h2><?php _e('Categories','nature'); ?></h2>
<ul>
<?php if (function_exists('wp_list_cats')) {
wp_list_cats('sort_column=name&hierarchical=0');
}
else {
wp_list_categories('hierarchical=0');
} ?>
</ul>
</li>
<li>
<h2><?php _e('Archives','nature'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly&limit=12'); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div><!--Ende linke Seite-->
<div id="rechts">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('right menu') ) : else : ?>
<li>
<h2><?php _e('Search','nature'); ?></h2>
<ul>
<li>
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div>
<input type="text" name="s" id="s" size="15" value="<?php echo wp_specialchars($s, 1); ?>" />
<input type="submit" value="<?php _e('Search'); ?>" />
</div>
</form>
</li>
<?php if ( is_404() || is_category() || function_exists('is_tag') && is_tag() || is_day() || is_month() || is_year() || is_search() || is_paged() ) { ?>
<li>
<?php if (is_404()) { ?><li>
<?php } elseif (is_category()) { ?>
<?php _e('<p>You are currently browsing the blog archives for the category','nature'); ?> ‘<?php single_cat_title(''); ?>’.</p>
<?php } elseif ( function_exists('is_tag') && is_tag()) { ?>
<?php _e('<p>You are currently browsing the blog archives for the tag','nature'); ?> ‘<?php single_tag_title(''); ?>’.</p>
<?php } elseif (is_day()) { ?>
<?php _e('<p>You are currently browsing the blog archives for the day','nature'); ?> <?php the_time('l,'); ?> <?php the_time('j. F Y'); ?>.</p>
<?php } elseif (is_month()) { ?>
<?php _e('<p>You are currently browsing the blog archives for the month','nature'); ?> <?php the_time('F Y'); ?>.</p>
<?php } elseif (is_year()) { ?>
<?php _e('<p>You are currently browsing the blog archives for the year','nature'); ?> <?php the_time('Y'); ?>.</p>
<?php } elseif (is_search()) { ?>
<?php _e('<p>you have searched the','nature'); ?> <?php bloginfo('name'); ?> <?php _e('for','nature'); ?> ‘
<?php if (function_exists ('the_search_query')) {
the_search_query();
}
else {
echo wp_specialchars($s);
} ?>’.</p>
<?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<?php _e('<p>You are currently browsing for the archive','nature'); ?> <?php echo get_settings('name'); ?>.</p>
<?php } ?>
</li>
<?php }?>
</ul>
</li>
<li>
<h2><?php _e('Syndication','nature'); ?></h2>
<ul>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS','nature'); ?>"> <?php _e('Posts','nature'); ?> (RSS)</a></li>
</ul>
</li>
<li>
<h2><?php _e('Calendar','nature'); ?></h2>
<ul>
<li><?php get_calendar(); ?></li>
</ul>
</li>
<li>
<h2><?php _e('Meta','nature'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php if ( function_exists('wp_tag_cloud') ) : ?>
<li>
<h2><?php _e('Tag Cloud','nature'); ?></h2>
<ul>
<li><?php wp_tag_cloud('smallest=8&largest=18'); ?></li>
</ul>
</li>
<?php endif; ?>
<?php if (function_exists('wp_list_bookmarks')) {
wp_list_bookmarks();
}
else {
get_links_list();
}
?>
<?php endif; ?>
</ul>
</div><!--Ende rechte Spalte-->
Alles anzeigen
geht nicht....
Verwendest du Widgets? Wenn ja, wurde das Meta-Widget auf die rechte Sidebar gezogen?
ja verwende ich und ja wurde es
aber anmelden und registrieren wollte ich ja behalten
nur die anderen beiden dinge raus...
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!