Support » Plugin: Pods - Custom Content Types and Fields » How to specify ordering of speakers

  • Resolved bryanhiggs

    (@bryanhiggs)


    As you can see in the supplied link, I’m listing church services, and on each service there can be zero or more speakers.
    Here is my template:

    
    <h3>{@post_title}</h3>
    
    <h4><time>{@service_date}</time> -- {@speakers.post_title}</h4>
    
    <p>{@post_content}</p>
    

    I was surprised and delighted that, when I provided more than one speaker, the result was a nicely formatted list of speakers. However, I would like to control the ordering of these speakers, on a per-service basis. In other words, when one person is the lead speaker, and others are supporting speakers. I don’t want to add the complexity of having lead speakers and other speaker types.

    How might I accomplish this?

    Any help and suggestions would be much appreciated!

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jim True

    (@jimtrue)

    Depending on how you are managing the Relationship field, (ie if you have the format set to List View or AutoComplete), you can drag and drop the order of your speakers in the relationship list and that same order will be recognized in the output.

    Thread Starter bryanhiggs

    (@bryanhiggs)

    I changed it to List View, and Voila! I can now control the ordering!

    Perfect!

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to specify ordering of speakers’ is closed to new replies.