How to sort posts by last name (2nd word) on ONE category only?
You have 2 ways. First is to write custom SQL query manualy for your request and loop that data. Second is to loop your data on standard way, save in multidimensional array, filter, transform and reorder that array via PHP how you need and after that loop that data and print like content. Booth ways … Read more