'approve', 'post_id'=> get_the_ID(), 'type'=> 'comment', 'count' => true ) );?>
array( 'id' => array (), 'class' => array (), 'style' => array (), 'align' => array (), 'src' => array (), 'border' => array (), 'width' => array (), 'height' => array () ), ); if ( has_post_thumbnail() ) { echo '
'; the_post_thumbnail( array( 400, 400 ) ); echo '
'; }elseif( bunnypresslite_display_list_img() ) { echo '
'; bunnypresslite_noimg(); echo '
'; } ?>

'; the_title(); echo '

'; if ( bunnypresslite_display_list_category() && !is_category() ) { $bunnypresslite_cat = get_the_category(); for ($i = 0; $i <= count($bunnypresslite_cat); ++$i) { if( isset($bunnypresslite_cat[$i]) ) { echo '' . esc_html( $bunnypresslite_cat[$i]->cat_name ) . ''; } } } if ( bunnypresslite_display_list_author() ) { echo ''; the_author(); echo ''; } if ( bunnypresslite_display_list_comment() ) { echo ''; comments_number(0,1,'%'); echo ''; } echo '
'; the_excerpt(); echo '
'; ?>
'; ?>