query sort alphabetically wp code example Example: query sort alphabetically wp $args = array( 'orderby' => 'title', 'order' => 'DESC', );