(2013-08-22, 16:24:59)sarnaiz Wrote:(2013-08-22, 14:08:31)sarnaiz Wrote: Controlling Sort Order
I'm wondering if I might be able to control the sort order or display of special pages and how if I am not wanting to use alpha or chronological order?
I have a special page set up that is a board of director member page with a photo and contact details. I need to list the pages in order of importance-President first, VP next, Secretary next, etc. when pulling them into the display page.
Could I add some kind of field or tag to a page to assign importance and control the sort order that way?
Thank you for any help you can provide.
After reading through some of the posts here I'm thinking menu order is what I was looking for to control the sort order.
After digging around more in the forum I have the following in my template:
<?php get_i18n_search_results(array('tags'=>'staff','max'=>10,'numWords'=>10,'order'=>'-menuOrder')); ?>
I have tried both the + and the - and it does not change the display order.
Ideally I would prefer to have the proper syntax for including it in the page rather than the template. I am creating too many templates for this site.
(% searchresults tags:bod numWords:25 order:-menuOrder%)
This code did not work either.
http://dev.pweaveanea.org/index.php?id=p...nformation
Thank you for any help you can provide,
Sherri