Agregar al archivo functions.php
remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); remove_filter('comment_text', 'wptexturize'); remove_filter('the_title', 'wptexturize');
la función wptexturize es responsable de muchas alteraciones automáticas del texto almacenado en WordPress, como puntos suspensivos automáticos (…), guiones en em y en guiones, citas de tipógrafos, etc.