I recently worked on a documentation project that required posts to be sorted alphabetically by title. The process can be done by using pre_get_posts() and the is_archive() conditional tag. /* * Order post archives by title in descending order */ add_action( ‘pre_get_posts’, ‘jd_archive_sort_alpha_title’); function jd_archive_sort_alpha_title($query){ if(is_archive()) { // Set the order to ascending order $query->set( … Continue reading “Sort Archive Posts Alphabetically”
Sort Archive Posts Alphabetically
Ace returns to Doctor Who
This trailer for Sylvester McCoy’s 7th doctor may be my favorite merger of classic Who with the current series. When Doctor Who was cancelled in 1989 until now fans didn’t get any hints to what happened to Dorothy Gale “Ace” McShane.
Nitro cold brew coffee
While Zarah hunts for Death Eaters and settles for random bugs I’m enjoying a Starbucks cold brew.