ID); } */ If ( is_category() || is_tag() ) PrintF($THEME->t('Archive for "%s"'), single_cat_title( '', false )); ElseIf ( is_day() ) PrintF($THEME->t('Archive for %s', 'Daily archive page'), get_the_date($THEME->t('F jS, Y', 'Daily archive page'))); ElseIf ( is_month() ) PrintF($THEME->t('Archive for %s', 'Monthly archive page'), get_the_date($THEME->t('F, Y', 'Monthly archive page'))); ElseIf ( is_year() ) PrintF($THEME->t('Archive for %s', 'Yearly archive page'), get_the_date($THEME->t('Y', 'Yearly archive page'))); ElseIf ( is_search() ) PrintF($THEME->t('Search results for "%s"'), get_search_query() ); ElseIf ( is_author() ) printf($THEME->t('Author Archive for %s', 'Author archive page'), get_queried_object()->display_name ); ElseIf ( is_post_type_archive() ) post_type_archive_title(); ?>

ID )) : ?>
ID ), 60) ?>

t('About %s'), get_queried_object()->display_name ); ?>

ID ); ?>

content_nav( 'nav-below' ); ?>

t('There are no posts in this archive.') ?>