I am using a plugin called user-submitted-posts where i have it set up where a registered user can post pictures on my site. What I need help is if a user submits a photo that is originally to large to have it re sized automatically?
The code they gave me to use is
<?php post_attachments($size, $beforeUrl, $afterUrl, $numberImages, $postId); ?>
$size = image size as thumbnail, medium, large or full -> default = full
How do I do put this together ? Please help