Wordpress custom pages CMS
Posted
by all-R
on Stack Overflow
See other posts from Stack Overflow
or by all-R
Published on 2010-06-10T15:58:59Z
Indexed on
2010/06/10
16:32 UTC
Read the original article
Hit count: 328
Hi guys, I'm considering Wordpress as my CMS platform for a client site I'm doing at the moment.
However, I need to create a couple of custom 'modules'. One of these modules is a form that people will be able to complete and have a quote, and once submitted, in a special place in the Wordpress panel (like a menu or something), there will be a listing of all the submitted quotes (just fetching it from a table in my database).
Another one is to manage a cafeteria menu, so the client can add a different meal to each day of the week.
I know perfectly how to do this kind of things using some kind of MVC framework and doing it 'by-hand', but I'm just wondering if this would be possible to do with WP and if yes, what kind of tools I'll have to use.
Thanks
© Stack Overflow or respective owner