' . get_the_date() . '' ); ?> ' . get_the_date( 'F Y' ) . '' ); ?> ' . get_the_date( 'Y' ) . '' ); ?> ' . get_the_author() . '' ); ?> ' . single_cat_title( '', false ) . '' ); ?> ' . single_tag_title( '', false ) . '' ); ?>

' . get_search_query() . '' ); ?>

ID ), 'large-feature' ); // If it is bigger or equal to featured width, let's skip this post if ( $image[1] >= FEATURED_IMAGE_WIDTH ) continue; } /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?>