if(is_home()) :
_e('
Latest Posts
');
elseif(is_search()) :
_e('
Search Results for "').the_search_query()._e('"
');
elseif(is_category()) :
_e('
Archives for "').single_cat_title('')._e('"
');
elseif(is_tag()) :
_e('
Posts tagged as "').single_tag_title()._e('"
');
elseif(is_author()) :
_e('
Posts by "').the_author_link()._e('"
');
elseif(is_archive()) :
_e('
Archives for "').the_time('F, Y')._e('"
');
endif;
?>
/* ?>
*/ ?>
get_sidebar(); ?>
This post is password protected. Enter the password to view comments.
'); return; } } else { if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { _e('This post is password protected. Enter the password to view comments.
'); return; } } ?>No comments yet!