1 && get_option( 'page_comments' ) ) :
?>
< id="comment-">
';
$date .= sprintf( '
',
get_the_date( 'c' ),
get_the_date( 'j' ),
get_the_date( 'M' ),
get_the_date( 'Y' )
);
$date .= '
';
if ( $echo ){
echo trim($date);
} else {
return trim($date);
}
}
endif;
/**
* Recent Posts widget function
*/
if( !function_exists('ailabflow_recent_posts') ){
function ailabflow_recent_posts( $post='' ){
$return = '';
$return .= '