Removing the paragraph element added by WordPress to images
Tags: images, wordpress
Date: 10th April, 2010
Paste this just before the_content(), like so:
<?php remove_filter (‘the_content’, ‘wpautop’); ?>
Paste this just before the_content(), like so:
<?php remove_filter (‘the_content’, ‘wpautop’); ?>