post_author, 'alignleft', true);}
else{echo '';echo get_avatar( $post->post_author, '68' );echo'';}?>
display_name; ?>
description; ?>
display_name; ?>
'alignleft' ) );
endif; if ( !has_post_image() ) : ?>
';
}if(get_option('mtsmag_singletime') != 2) {
the_time(__('F jS, Y', 'mtsmag'));
} if(get_option('mtsmag_singleauthor') != 2) {
echo''. __(' by ', 'mtsmag').''; the_author();
} if((get_option('mtsmag_singletime') == 1 ||('mtsmag_singleauthor') == 1)){
echo'';}?>
'); ?> |
';
} elseif (!function_exists('wp_page_numbers')){
echo'';
next_posts_link(__('« Previous Entries |','mtsmag')) ;
previous_posts_link(__('| Next Entries »','mtsmag')) ;
echo'
';}?>
".__("Sorry, but there aren't any posts in the %s category yet.", 'mtsmag').'', single_cat_title('',false));
} else if ( is_date() ) { // If this is a date archive
echo("".__("Sorry, but there aren't any posts with this date.", 'mtsmag').'
');
} else if ( is_author() ) { // If this is a category archive
$userdata = get_userdatabylogin(get_query_var('author_name'));
printf("".__("Sorry, but there aren't any posts by %s yet.", 'mtsmag')."
", $userdata->display_name);
} else {
echo("".__('No posts found.', 'mtsmag').'
');
}
get_search_form();
endif;
?>