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

I would like to create a visual recipe site, which lists how to make a dish in step by step through pictures.. Is it possible to create a custom page template where i can the following fields.

1.Dishname(title) 2.Introduction(Brief info) 3.Ingredients 4.upload photo input.. followed by add more pic

Is it possible in wordpress, you have any effective ideas? please share :)

here is a screenshot of what i have in my mind http://i.stack.imgur.com/rsWKg.png

share|improve this question

1 Answer

up vote 0 down vote accepted

Short answer, yes Wordpress can do this sort of things.

You could create a custom post type called "Recepies", and a custom taxonomy called "Ingredients". Everything else is already included in the default WP setup, "Dishname" would be your post title, "Introduction" can be the "Excerpt" field, and photos are handled by the media gallery.

share|improve this answer
but its going to be a community site, users can register and add contents.. so all the users wont know how to add posts and also use custom fields.. usability is screwed.. any solutions for that.. n – nicholas Jun 7 '11 at 10:51
I am looking for something like this i.imgur.com/rsWKg.png – nicholas Jun 7 '11 at 11:01
@nicolas, this could be implemented with a plugin like Gravity forms for example. It lets your users fill out forms that create posts once they are submitted. – mike23 Jun 7 '11 at 11:18
Thank you :) thats was really helpful. – nicholas Jun 7 '11 at 11:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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