current_post == 0 ){ // Only first post will display full content // the_content(); // the_title(); // echo ' ' .the_date(); // the_date(); printf( ' ', the_time( get_option( 'date_format' ) ) ); // }else{ // the_excerpt(); //} } //* Remove the entry image remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 ); //* Remove the entry meta in the entry footer remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 ); remove_action( 'genesis_entry_footer', 'genesis_post_meta' ); remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 ); //* Run the Genesis loop genesis();