$titulo = get_the_title(); $titulo = preg_replace( '|(.*?)\|\|(.*?)|' , '$1' , $titulo ); echo $titulo;