BrianGarcia
Member
Posted 5 years ago #
I want to know how to add an image uploaded by the poster to the post loop.
This is what I have. On the front page I have a review section on the left I want to have the image and on the right the title and desc.
Like:
<div id="imageleftpost"><img src="$uploadurl" width="100" height="100" /></div>
Have the image automatically shown to the new blog just posted.
And the author can't just upload this image into his/ her new post? And set an image position via the editor?
BrianGarcia
Member
Posted 5 years ago #
No I want the image in a fixed spot.
Would you need to edit the wp code to generate new output parameters? You'd need 2 separate calls to generate the output so that you could position them separately. (or run 2 loops simultaneously - one for the image, one for the text) I'll be interested in the answer for this one too.
Good luck!