How Do I close in and where do i put these codes?
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How Do I close in and where do i put these codes?’ is closed to new replies.