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