/* This code retrieves all our admin options. */ global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>

Category

Tag:

Author Archive

Blog Archives

>

Tags: ', ', ', '

'); ?>
Sorry, no posts in the %s category yet.", single_cat_title('',false)); } else if ( is_date() ) { // If this is a date archive echo("

Sorry, no posts with this date.

"); } else if ( is_author() ) { // If this is a category archive $userdata = get_userdatabylogin(get_query_var('author_name')); printf("

No posts by %s yet.

", $userdata->display_name); } else { echo("

No posts found.

"); } get_search_form(); endif; ?>