All pastes #2079910 Raw Edit

Sidebar contents

public text v1 · immutable
#2079910 ·published 2011-09-05 07:53 UTC
rendered paste body
<div id="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>


<li>
<h2>Keene State College</h2>
<ul>
<li><a href="http://www.keene.edu/">Homepage</a></li>
<li><a href="http://www.google.com">Google</a></li>
</ul>
</li>
<li>
<h2>About</h2>
<p>
<strong><?php bloginfo('name');?></strong><br/>
<?php bloginfo('description');?><br/>
</p>
<h2>Feed on</h2>
<ul>
<li class="feed"><a title="RSS Feed of Posts" href="<?php bloginfo('rss2_url'); ?>">Posts RSS</a></li>
<li class="feed"><a title="RSS Feed of Comments" href="<?php bloginfo('comments_rss2_url'); ?>">Comments RSS</a></li>
</ul>
</li>
<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('Categories'); ?>
</h2>
<ul>
<?php wp_list_cats('optioncount=0&hierarchical=1'); ?>
</ul>
</li>
<li>
<h2>
<?php _e('Monthly'); ?>
</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li>
<h2><?php _e('Pages'); ?></h2>
<ul>
<?php wp_list_pages('title_li=' ); ?>
</ul>
</li>
<?php if(is_home()) {?>
<?php get_links_list(); ?>
<li>
<h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></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; ?>
</ul>
<!-- <img src="http://keeneweb.org/wp-content/themes/ksc100test/images/logo_red120.jpg" width="120" height="110" alt="" border="0">-->
</div>
<!-- CLOSE sidebar-->
<div class="clear"></div>