Use this:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
in your functions.php
Here’s the complete answer: http://codex.wordpress.org/Function_Reference/wpautop#Disabling_the_filter
Use this:
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );
in your functions.php
Here’s the complete answer: http://codex.wordpress.org/Function_Reference/wpautop#Disabling_the_filter