Quote:
Originally Posted by helterskelter808
Been years since I used WP, but I'm pretty sure the second reply answered your question. Add the text you want, or include a separate file with the text you want, to the index.php file of your template, below the stuff about "have_posts".
You certainly don't need a plugin, let alone an "image insert" plugin, to do what you want.
|
i think he means after each image, if you were to add it after the_content() in your template file it would still be after all the content so incase you have.
worded content here
image here
more worded content here.
the text would be after the worded content where he wants after the image.
ive done this before where the user wanted text after an animated gif.
not much code, few lines.