";
the_archive_title( '
', '
' );
the_archive_description( '
', '
' );
echo "";
elseif(is_search()):
echo "
";
printf( __( 'Search Results for: %s', 'blue-theme' ), get_search_query() );
echo "
";
elseif(is_404()):
echo "
";
_e( 'Error 404', 'blue-theme' );
echo "
";
else:
echo "
";
the_title();
echo "
";
endif;
?>
ID ));
$cat = get_the_category($post->ID );
?>
-
- posted by
- name; ?>
- comments
-
%1$s %2$s ',
sprintf( '%s ', _x( 'Format', 'Used before post format.', 'blue-theme' ) ),
get_post_format_string( $format )
);
}
?>