');
}
}
add_action( 'blog99_post_format_icon','blog99_postformat_icon' );//Register
/**
* Blog99
*
* @since 1.0.0
*/
function get_blog99_post_timedate(){
/**
* get the post date
*
*/
echo "";
the_time(get_option('date_format'));
echo "";
}
if ( ! function_exists( 'blog99_author_image_style' ) ) {
function blog99_author_image_style($avatar_url){
if( !$avatar_url) return; ?>