Hallo,
normalerweise habe ich bei den meisten Themes kein Problem die Sidebar 'aufzuräumen'!
Nun bei dem aktuellen schon, wenn ich den entsprechenden Teil "Meta" entferne, dann verschiebt sich die komplette Anzeige!
Könnt Ihr mir helfen? Hier der Code:
PHP
<div class="main_left"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" align="top" style="width:100px; height:267px"/>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(__('Left sidebar','theme110')) ) : else : ?>
<div class="widget_style" id="categories">
<div class="cats_head_bg">
<h2 class="h3"><?php _e('Categories','theme110'); ?></h2>
</div>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
</div>
<div class="widget_style" id="archives">
<div class="cats_head_bg">
<h2 class="h3"><?php _e('Archives','theme110'); ?></h2>
</div>
<ul>
<?php get_archives('monthly','10','custom','<li>','</li>'); ?>
</ul>
</div>
<div class="widget_style" id="links_with_style">
<div class="cats_head_bg">
<h2 class="h3">Blogroll</h2>
</div>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
</div>
<?php endif; ?>
<div class="widget_style" id="meta">
<div class="cats_head_bg">
<h2 class="h3"><?php _e('Meta','theme110'); ?></h2>
</div>
<ul>
<?php wp_register('<li>', '</li>'); ?>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="http://www.amazingwordpressthemes.com">Wordpress Themes</a></li>
<?php wp_meta(); ?>
</ul></div>
</div>
<div class="left_2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" align="top" style="width:22px; height:1px"/></div>
Alles anzeigen
Könnt Ihr mir helfen?
Jan