' . photography_studio_return_read_more_text (). '

'; } add_filter( 'excerpt_more', 'photography_studio_excerpt_more' ); function photography_studio_excerpt_length( $length ) { if ( is_admin() ) { return $length; } return 42; } add_filter( 'excerpt_length', 'photography_studio_excerpt_length', 999 ); function photography_studio_return_read_more_text () { return __( 'Read More','photography-studio'); }