Easily associate any image to a post and display it in post excerpts, feeds etc.
Make sure your host is running PHP 5. Add this line to wp-config.php to check:
var_dump(PHP_VERSION);
Probably because you used the template tag and forgot to uncheck the content, excerpt or feed checkboxes from the Settings page.
This is due to your theme's CSS. Check if you have something like this in style.css:
img.alignleft {float:left; margin: 0 1em .5em 0}
img.alignright {float:right; margin: 0 0 .5em 1em}
img.aligncenter {display:block; margin: 0 auto .5em auto}
You can add <?php cfi_loop($query) ?> directly to your theme files. $query is an optional parameter, which acts as a query string.
Just clear the URL field and save the post.
Requires: 2.8 or higher
Compatible up to: 2.8
Last Updated: 2010-1-18
Downloads: 27,228
Got something to say? Need help?