Does anybody have an idea how to add testimonials with an image in WordPress? Is there is any plugin that fulfills my requirement? I searched but did not find any. It must support PHP version 4.4.9.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Feb 22 '11 at 3:08
|
Make a new category called Testimonials then, in your theme folder add a new file called testimonials.php. Add this in the newly created file:
Then add where do you want the testimonials to show. Example footer.php Now you can add testimonials by simply adding a new post and fill it under the Testimonials category. As for the image, make a new custom field called testimonial-image and for the value add the path to the image (ex: http://example.com/image.png). And you are good to go. |
|||||||||||
|
|
This plugin will do everything you need and a whole lot more: http://wordpress.org/extend/plugins/tb-testimonials/ |
|||
|
|