', '' ); /* Description */ do_action( 'mfields_description' ); /* If there are no posts to display, such as an empty archive page */ if ( !have_posts() && !is_search() ) { print '
Sorry, no posts were found
'; } /* Loop over posts. */ while ( have_posts() ) { the_post(); get_template_part( 'post', 'switchboard' ); } comments_template( '', true ); #do_action( 'mfields_ajax_append_posts_button', '%s more posts.' ); if ( ! is_single() && ! is_page() ) { print '
' . "\n"; if ( $wp_query->max_num_pages > 1 ) { print '
'; next_posts_link( __( '« Older Posts', 'mfields' ) ); print '
'; print '
'; previous_posts_link( __( 'Newer Posts »', 'mfields' ) ); print '
'; print '
'; } else { print ' '; } print '
' . "\n"; } ?>