'; echo '

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

'; echo '
'; echo '

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

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

'; the_title(); echo '

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

'; the_title(); echo '

'; arebee_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 ', 'arebee') ); 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', 'arebee'); echo '

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