Ja das dus even een probleem, de site is nog niet online... Ik zal de code wel even hier neerknallen
SIDEBAR
<!-- begin sidebar -->
<ul id="menu">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<li>
<h2>Pages</h2>
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>
</li>
<li>
<h2><?php _e('Categories:'); ?></h2>
<ul>
<?php wp_list_cats(); ?>
</ul>
</li>
<li>
<h2>Links</h2>
<ul>
<?php get_links_list(); ?>
</ul>
</li>
<li>
<h2>Search</h2>
<div id="search">
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div>
<input type="text" name="s" id="s" size="15" /><br />
<input type="submit" value="<?php _e('Search'); ?>" />
</div>
</form>
</div>
</li>
<li>
<h2><?php _e('Archives:'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li>
<h2><?php _e('Meta:'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="feed:<?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="feed:<?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://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php endif; ?>
</ul>
<!-- end sidebar -->
STYLE
/* sidebar styles */#menu {
float: right;
width: 220px;
padding-bottom: 40px;
list-style-type: none;
}
#menu ul {
list-style-type: none;
margin-bottom: 20px;
}
#menu ul {
<!--padding-left: 15px;-->
color: #3b4a61;
}
#menu ul li {
list-style-type: disc;
}
#menu ul ul {
margin-bottom: 5px;
}
h2 {
font-size: 12px;
color: #3b4a61;
margin-bottom: 6px;
}
#menu ul h2{
font-size: 12px;
font-weight: normal;
color: #3b4a61;
margin-bottom: 3px;
}
#menu #search {
margin-bottom: 20px;
}
door die padding uit te commentarieren, springen de links in eider geval niet meer in. Nu nog die vervelende blogroll weg und Klar ist Klara...
(Bewerkt door MacRoen om 3:24, 25-04-2007)