• Hi,

    I currently have the following custom fields in the ‘Pages’ of my WordPress install:

    team
    manager

    Now, I’d like to show 10 of these on each page.
    So if I was to have 10 sets of:

    team
    manager

    How do I display these in my web page?

    So my Custom Field / Value would be like:

    team/Team Name
    manager/Manager Name
    
    team/Team Name 2
    manager/Manager Name 2
    
    etc...

    Many thanks for any help with this

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will need to create a custom Template to select the posts and display the custom fields. This will require a bit of PHP coding. Are you able to do that?

    Thread Starter sincewelastspoke

    (@sincewelastspoke)

    Hi vtxyzzy, thanks for the reply.

    Yes, that should be fine. Have done this before.
    I was just trying to think if there was an easier way of doing it 🙂

    Like just doing a
    <!--{blog posts}-->

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Custom Field Data on Web Page’ is closed to new replies.