false, 'show_post_count' => true, 'type' => 'daily' ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_get_archives( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Archive by Day', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?> false, 'show_post_count' => true, 'type' => 'monthly' ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_get_archives( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Archive by Month', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?> false, 'show_post_count' => true, 'type' => 'yearly' ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_get_archives( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Archive by Year', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?> 'DESC', 'posts_per_page' => 10, 'post_status' => 'publish' ) ); if ( $archives->have_posts() ) : echo '

' . __( 'Latest Posts', 'wordsmith' ) . '

'; echo '
    '; while ( $archives->have_posts() ) : $archives->the_post(); echo '
  • ' . sprintf( '%2$s %3$s', get_permalink(), get_the_title(), get_the_time( 'm.d.Y' ) ) . '
  • '; endwhile; wp_reset_query(); echo '
'; endif; ?> 1, 'echo' => false, 'show_count' => true, 'title_li' => false, 'use_desc_for_title' => false ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_list_categories( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Categories', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?> false, 'exclude_admin' => false, 'optioncount' => true, 'show_fullname' => true, 'title_li' => false ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_list_authors( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Contributors', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?>

    false ) ); ?>
false, 'show_count' => true, 'taxonomy' => 'post_tag', 'title_li' => false, 'use_desc_for_title' => false ); $archives = str_replace( array( '\r', '\n', '\t' ), '', wp_list_categories( $args ) ); $archives = str_replace( '(', '', $archives ); $archives = str_replace( ')', '', $archives ); echo '

' . __( 'Tags', 'wordsmith' ) . '

'; echo '
    '; echo $archives; echo '
'; ?> '', 'link_before' => '', 'link_after' => '' ) ); ?>
', '' ); ?>