0 ) {
$length = absint( $excerpt_length );
}
return $length;
}
endif;
add_filter( 'excerpt_length', 'blog_element_excerpt_length', 999 );
if ( ! function_exists( 'blog_element_posts_tags' ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
*/
function blog_element_posts_tags() {
// Hide category and tag text for pages.
if ( 'post' === get_post_type() && has_tag() ) { ?>