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

'; the_title(); echo '

'; } echo '

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

'; endwhile; else: echo '

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

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