ordering
Modify wp_query for a specific category in category.php
Suppose you have a category called “events“, with a custom field with the date of the event, which is different…
Reordering rows records on a mysql table with PHP
This PHP function lets you reorder records on a table when you have a field used for save the position.…