';
if (have_posts()) :
$post = $posts[0]; // Hack. Set $post so that the_date() works.
if(is_category()){
echo '
Archive for the Category »'.single_cat_title('',FALSE).' «
';
}elseif(is_day()){
echo '
Archive for » '.get_the_time('F jS, Y').'«
';
}elseif(is_month()){
echo '
Archive for » '.get_the_time('F, Y').' «
';
}elseif(is_year()){
echo '
Archive for » '.get_the_time('Y').' «
';
} elseif(is_search()){
echo '
Search Results
';
}elseif(is_author()){
echo '
Author Archive
';
}elseif(isset($_GET['paged']) && !empty($_GET['paged'])){ // If this is a paged archive
echo '
Blog Archives
';
}elseif(is_tag()){ //
echo '
Tag-Archive for » '.single_tag_title('',FALSE).' «
';
}
while (have_posts()) : the_post(); ?>
>
Category:
Tags: ', ', ', ''); ?>
Not found
"Sorry, but you are looking for something that isn't here. Try something else.
>
'
Pages: ', 'after' => '
', 'next_or_number' => 'number'));
?>
Category:
Tags: ', ', ', ''); ?>
You can follow any responses to this entry through the feed.
comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?>
You can
leave a response, or
trackback from your own site.
comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?>
Responses are currently closed, but you can
trackback from your own site.
comment_status) && !('open' == $post->ping_status)){ // Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
comment_status) && !('open' == $post->ping_status)) { // Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
Not found
"Sorry, but you are looking for something that isn't here. Try something else.