I am trying to get the 5th word from a title to use it as a breadcrumb path. Also it need to print until meet special character like , or ( like here:
Ex: Lorem ipsum dolor sit Amet, consectetur adipiscing elit
Result: Amet
current(explode(',', get_the_title( $post->ID )));