post_content, '')): $content = substr(apply_filters( 'the_content', get_the_content()), 0, -5); else: $content = substr(apply_filters( 'the_excerpt', get_the_excerpt()), 0, -5); endif; echo $content. ' ' . __( "Read More","alhena-lite") . ' '; } add_action( 'alhenalite_excerpt', 'alhenalite_excerpt_function', 10, 2 ); } ?>