'; echo '

' ; _e( 'Not Found', 'chatroom' ); echo '

'; echo '
'; echo '

'; _e( 'Apologies, but no results were found for the requested archive.', 'chatroom' ); echo '

'; get_search_form(); echo '
'; echo ''; } while ( have_posts() ) { the_post(); if ( in_category( _x('gallery', 'gallery category slug','chatroom') ) ) { echo '

'; the_title(); echo '

'; chatroom_postinfo(); }elseif ( in_category( _x('asides', 'asides category slug','chatroom') ) ) { echo '
'; if ( is_archive() || is_search() ) { the_excerpt(); }else { the_content( __( 'Continue reading ','chatroom') ); } chatroom_postinfo(); } else { echo '
'; echo '

'; the_title(); echo '

'; chatroom_postinfo(); $get_custom_options = wp_get_attachment_image_src(get_post_meta($post->ID, '_thumbnail_id', true), '_wp_attachment_metadata', true); $image_url = $get_custom_options[0]; echo '' . the_post_thumbnail('blog_post_image') .''; if ( is_archive() || is_search() ) { the_excerpt(); } else { the_content( __( 'Continue reading ','chatroom') ); wp_link_pages( array( 'before' => '' ) ); } //This template tag displays a link to the tag or tags a post belongs to. //If no tags are associated with the current entry, nothing is displayed. // http://codex.wordpress.org/Function_Reference/the_tags the_tags( 'Tags: ', ', ', '
'); echo '

'; _e('Continue Reading', 'chatroom'); echo '

'; echo '
'; comments_template( '', true ); } } if ( $wp_query->max_num_pages > 1 ) { echo '
'; echo '
' . next_posts_link( __( ' Older posts','chatroom' ) ) . '
'; echo '
' . previous_posts_link( __( 'Newer posts ','chatroom') ) . '
'; echo '
'; } ?>