';
}
?>
';
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 '';
}
echo '
';
the_excerpt();
echo '
';
?>