Sorting By Custom Fields
By Paul
3/5 based on 1 vote. The median rating is 3.
By Paul
If you want to add an option to sort by a custom field as well as the regular ones, just add the option to the selector in the template before the </select>:
<option value="fieldname">description</option>
If your field is named blah, this would become <option value="blah">blah</option>
<option value="fieldname">description</option>
If your field is named blah, this would become <option value="blah">blah</option>
Rating:
3/5 based on 1 vote. The median rating is 3.
Submitted: 09/10/07
Description: Allowing images/categories/comments to be sorted by custom fiels.
Views:
223 views. Averaging 0 per day.
In the most recent 30 day period, there've been 3 views.

Print
E-Mail