Archive of category ‘
Archive of tag ‘
Archive of daily ‘
Archive of monthly ‘
Archive of monthly ‘
Archive of author;
Archive of blog;

Read more
Sorry but have no archive by category ‘%s’
", single_cat_title('',false)); } else if ( is_date() ) { // If this is a date archive echo("
Sorry but have no archive by the date;
"); } else if ( is_author() ) { // If this is a category archive $userdata = get_userdatabylogin(get_query_var('author_name')); printf("
Sorry but have no archive by ‘%s’
", $userdata->display_name); } else { echo("
No archive found;
"); } endif;?>