'; echo '
'; //Main Content if (have_posts()) : while (have_posts()) : the_post(); if ( !is_front_page() ){ echo '

'; the_title(); echo '

'; } echo '

'; the_content(__('(more...)','chatroom')); '

'; comments_template( '', true ); endwhile; else: echo '

'; _e( 'Sorry, no posts matched your criteria.', 'chatroom' ); echo '

'; endif; //End Main Content echo '
'; //Footer get_footer(); ?>