New page idea, not sure where to start
-
Hello!
I’m new to WordPress development and I’m stuck. My background is web development from 10+ years ago with just PHP and no CMS. Anyway, my wife and I create a calendar every month of what we’re going to have for dinner. I want to automate this and have it display inside WP and use the theme. I have no idea where to start with this.
I want it to have its own DB tables because I want to be able to add or update entries from the page. I want it to mark when an entry was used last so that we’re not eating the same thing every month, etc. From what I’m reading, at this point I either need to create a custom page template or a plugin. I don’t feel like either makes any sense: a custom page template for one instance of a page, or a plugin to add content to the page and not the admin. I don’t think you can add custom PHP to pages without plugin support, and the testing I did with that didn’t function at a deep enough level to accomplish this.
I’m thinking that the whole issue here is my thinking. I don’t know how to make WP do what I need to do outside of make basic information look pretty – it feels like they’ve stunted PHP, or to make it useful you have to shoehorn in a plugin. A good example; I have a very old page that accessed a DB instance to pull out all the pictures I had and display them in a grid by category – this is all straight PHP. I’m trying to make WP work this way and I just don’t think it does. I’m finding the gallery tools nice, but I have just so many pictures the picker stops loading halfway through. So again, I’m not sure if WP just isn’t designed for what I want, or if I’m just thinking about it in the wrong way.
Can someone please give me some pointers to get started here? Very much appreciated.
-Sean
- The topic ‘New page idea, not sure where to start’ is closed to new replies.