<li>
<?php
get_search_form(); ?>
</li>
<!-- 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>
-->
<?php
if ( is_404() ||
is_category() ||
is_day() ||
is_month() ||
is_year() ||
is_search() ||
is_paged() ) :
?>
<li>
<?php
if ( is_404() ) : /* If this is a 404 page */ ?>
<?php
elseif ( is_category() ) : /* If this is a category archive */ ?>
<p>
<?php
printf( /* translators: %s: Category name. */
__( 'You are currently browsing the archives for the %s category.'
),