I’m new to theme development. So I’m building a restaurant theme (for demoing to future clients, possibly to sell eventually), and it’ll have menu listing the item title, description and price. What’s the best method to implement this?
I have a few ideas:
1. To just allow the user to create posts and then use The Loop to list those posts as the menu. This seems like it could get out of hand quickly.
2. Create my own WordPress plugin.
3. Use an existing plugin (which could be bad if it’s not well supported or buggy)
Since I’m new to all this, I’m reaching out to hear how others would probably tackle this part of a theme?
Also, do you typically build themes with their own plugins, or use someone else’s?
[ad_2]