Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm currently using the featured image functionality to allow the user to upload an image to pages using a specific template.

On my home page, however, I want the user to be able to also select and customize three images (smaller than those set as the featured image).

I was thinking of using the Multiple Post Thumbnails plugin but was unsure if that would conflict with the existing featured image code in funtions.php. What would be my best option here?

share|improve this question

closed as too localized by toscho Feb 18 at 23:47

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

you need special code to register your other thumbnails and then more special code to display them so it doesn't conflict with any existing the_post_thumbnail() code you might have.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.