<div id="sidebar-wide" class="sidebar"> <ul class="xoxo sidebar-items"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar Wide") ) : ?><!--#sidebar-wide widgets start--> <li id="pp-recent-posts" class="widget"> <h2 class="widgettitle"><?php _e('Recent Posts'); ?></h2> <ul> <?php wp_get_archives('type=postbypost&limit=10'); ?> </ul> </li><?php /*<h2>Join in the Discussions ...</h2> <?php require_once (ABSPATH . WPINC . '/rss-functions.php'); // here's where to insert the feed address $rss = @fetch_rss('http://www.netbookreviews.com/forum/external.php?type=RSS2'); if ( isset($rss->items) && 0 != count($rss->items) ) { ?> <ul style="margin-left: 15px;"> <?php // here's (5) where to set the number of headlines $rss->items = array_slice($rss->items, 0, 14); foreach ($rss->items as $item ) { ?> <li style="margin-bottom: 10px'"> <a href='<?php echo wp_filter_kses($item['link']); ?>'> <strong><?php echo wp_specialchars($item['title']); ?></strong> </a><br /> <?php echo wp_specialchars($item['description']); ?> </li> <?php } ?> </ul> <?php } ?> <p> More in <a href="http://www.netbookreviews.com/forum/">the forums</a>. </p>*/ ?> <?php endif; ?><!--#sidebar-wide widgets end--> </ul></div><!--#sidebar-wide-->