• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why don’t you create a separate category for Wedding Section posts and grab them on your page with a loop?

    Thread Starter vikkineal

    (@vikkineal)

    I hadn’t actually thought about treating them like ‘posts’ – that’s actually a very good suggestion – and would take care of each requirement…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single page WordPress website – custom fields or meta boxes or something else?’ is closed to new replies.