2013-09-04, 12:18:31
(2013-09-04, 09:01:27)addison Wrote: I'm using Special Pages along with Search to create item listings like this:
http://www.smgllc.com/our-work/
...where each of those thumbnails represents a Special Pages "page" in GetSimple. I've included those pages as menu items so that I could order by 'menuOrder' like so:
]PHP Code:<?php get_i18n_search_results(array('tags'=>'_special_portfolio-project client', 'words'=>null, 'first'=>0, 'max'=>50, 'order'=>'+menuOrder', 'lang'=>null, 'HEADER'=>null)); ?>[/php
However, the order still seems to be by date. I can re-save any item and it jumps to the first position. Re-sorting the menu has no effect at all. Has anyone else run into this?
My apologies -- I didn't have the latest version of the Search plugin. It works perfectly. In my defense, GetSimple wasn't showing that it needed updating.