'image' ) );
}
}
if ( ! function_exists( 'aemi_featured_image' ) )
{
function aemi_featured_image()
{
if ( has_post_thumbnail() )
{
if ( ! is_singular() )
{
?>
', '' );
}
}
if ( ! function_exists( 'aemi_post_meta_footer' ) )
{
function aemi_post_meta_footer()
{
global $post;
?>','','
');
}
else if ( $tax !== 'category' )
{
the_terms( $post->ID, $tax, '' );
}
}
}
}
?>