Single page WordPress website – custom fields or meta boxes or something else?
-
Hoping someone can give me a pointer in the right direction. I’m building a website for my friend who’s getting married and they’ve asked to be able to update the site themselves – fair enough.
So, what I’ve done so far is create my main page in WordPress and assigned that as the template to the ‘home’ page.
For each of the sections, I’ve created new pages in the WordPress CMS and used
<?php show_post('Hen and Stag'); ?>
to display the content in the relevant section of the page.The part I’m having problems with is the ‘wedding section’ – each person require a title, a brief intro and a picture – see here https://www.elandsebswedding.co.uk/main-page/
I’m fairly certain that creating multiple pages for each of the wedding party isn’t the best way to tackle this situation, so is there a way that I could use featured images / custom fields to display it instead?
And would I assign these to the ‘wedding party’ page? In which case I guess I would need to tell my main template page where to get the info from?
I hope this makes sense? If there’s an easier way of doing this then I’m all ears!
Thanks
- The topic ‘Single page WordPress website – custom fields or meta boxes or something else?’ is closed to new replies.