';
}
}
endif;
/**
* Blog post meta post by
*/
if ( ! function_exists( 'azurie_posted_by' ) ) :
/**
* Prints HTML with meta information for the current author.
*/
function azurie_posted_by() {
$byline = sprintf(
/* translators: %s: post author. */
esc_html_x( 'By %s', 'post author', 'azurie' ),
'' . esc_html( get_the_author() ) . ''
);
echo '
' . $byline ;
_e(' At ','azurie');
echo get_the_time().'
'; // WPCS: XSS OK.
}
endif;
/**
* Post author
*/
if ( ! function_exists( 'azurie_post_author_image' ) ) :
function azurie_post_author_image() {
echo '