• Resolved Kelly Woods

    (@knwoods)


    Hello,

    I use Pods for a website where I archive interviews. One of my Pods is called ‘Province’, and I have 29 different provinces.

    I have created this template to generate a list of interviewees from a province:

    <div class="container-fluid">
        <div class="row">
           <div class="col-9">
               [if interviewee_born]
    	      <h3>List of Interviewees</h3>
    		  [each interviewee_born]
    		     <li><a href="{@interviewee_born.permalink}">{@post_title}</a></li>
    		   [/each]
    	   [/if]
    	</div>
            <div class="col-3">
    	   [if google_map_link]
    	      {@google_map_link}
    	   [/if]
            </div>
        </div>
    </div>

    Under the Auto Template Options, I have this set as the template for the ‘Province’ Pod, and currently, that setting generates 29 pages (for the 29 different provinces) with the names of the interviewees from that province.

    I would like to alphabetically sort the names of these interviewees. Is that possible? If so, how?

    Thanks!

    • This topic was modified 3 years, 5 months ago by Kelly Woods.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sort/Orderby for Auto Template Options’ is closed to new replies.