2005-01-04 06:20:06 +01:00
< div id = " sidebar " >
< ul >
< li >
< ? php include ( TEMPLATEPATH . '/searchform.php' ); ?>
</ li >
2004-09-08 11:53:20 +02:00
2005-01-04 06:20:06 +01:00
<!-- Author information is disabled per default . Uncomment and fill in your details if you want to use it .
< li >< h2 >< ? php _e ( 'Author' ); ?> </h2>
< p > A little something about you , the author . Nothing lengthy , just an overview .</ p >
</ li >
-->
< li >
2005-01-11 02:08:01 +01:00
< ? php /* If this is a category archive */ if ( is_category ()) { ?>
< p >< ? php printf ( __ ( 'You are currently browsing the %1$s weblog archives for the \'%2$s\' category.' ), '<a href="' . get_settings ( 'siteurl' ) . '">' . get_bloginfo ( 'name' ) . '</a>' , single_cat_title ( '' , false ) ) ?> </p>
2005-01-04 06:20:06 +01:00
< ? php /* If this is a yearly archive */ } elseif ( is_day ()) { ?>
< p > You are currently browsing the < a href = " <?php echo get_settings('siteurl'); ?> " >< ? php echo bloginfo ( 'name' ); ?> </a> weblog archives
for the day < ? php the_time ( 'l, F jS, Y' ); ?> .</p>
< ? php /* If this is a monthly archive */ } elseif ( is_month ()) { ?>
< p > You are currently browsing the < a href = " <?php echo get_settings('siteurl'); ?> " >< ? php echo bloginfo ( 'name' ); ?> </a> weblog archives
for < ? php the_time ( 'F, Y' ); ?> .</p>
< ? php /* If this is a yearly archive */ } elseif ( is_year ()) { ?>
< p > You are currently browsing the < a href = " <?php echo get_settings('siteurl'); ?> " >< ? php echo bloginfo ( 'name' ); ?> </a> weblog archives
for the year < ? php the_time ( 'Y' ); ?> .</p>
< ? php /* If this is a monthly archive */ } elseif ( is_search ()) { ?>
< p > You have searched the < a href = " <?php echo get_settings('siteurl'); ?> " >< ? php echo bloginfo ( 'name' ); ?> </a> weblog archives
for < strong > '<?php echo wp_specialchars($s); ?>' </ strong >. If you are unable to find anything in these search results , you can try one of these links .</ p >
< ? php /* If this is a monthly archive */ } elseif ( isset ( $_GET [ 'paged' ]) && ! empty ( $_GET [ 'paged' ])) { ?>
< p > You are currently browsing the < a href = " <?php echo get_settings('siteurl'); ?> " >< ? php echo bloginfo ( 'name' ); ?> </a> weblog archives.</p>
< ? php } ?>
</ li >
2005-01-04 07:39:38 +01:00
< ? php wp_list_pages ( 'title_li=<h2>' . __ ( 'Pages' ) . '</h2>' ); ?>
2005-01-04 06:20:06 +01:00
< li >< h2 >< ? php _e ( 'Archives' ); ?> </h2>
< ul >
< ? php wp_get_archives ( 'type=monthly' ); ?>
</ ul >
</ li >
< li >< h2 >< ? php _e ( 'Categories' ); ?> </h2>
< ul >
< ? php list_cats ( 0 , '' , 'name' , 'asc' , '' , 1 , 0 , 1 , 1 , 1 , 1 , 0 , '' , '' , '' , '' , '' ) ?>
</ ul >
</ li >
2005-01-24 09:15:10 +01:00
< ? php /* If this is the frontpage */ if ( is_home () || is_page () ) { ?>
< ? php get_links_list (); ?>
2005-01-04 06:20:06 +01:00
< li >< h2 >< ? php _e ( 'Meta' ); ?> </h2>
< ul >
2005-01-24 11:06:53 +01:00
< ? php wp_register (); ?>
2005-01-04 06:20:06 +01:00
< li >< ? php wp_loginout (); ?> </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>
< li >< a href = " http://gmpg.org/xfn/ " >< abbr title = " XHTML Friends Network " > XFN </ abbr ></ a ></ li >
2005-01-24 10:56:46 +01:00
< li >< a href = " http://wordpress.org/ " title = " <?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?> " > WordPress </ a ></ li >
2005-01-04 06:20:06 +01:00
< ? php wp_meta (); ?>
</ ul >
</ li >
< ? php } ?>
</ ul >
2004-09-08 11:53:20 +02:00
</ div >
2005-01-04 06:20:06 +01:00