Author's Page
-
Trying to create an authors page that is sorted alphabetically. Returning all the right stuff, just can’t get ORDER BY or any sort to work.
<?php $querystr = " SELECT DISTINCT post_author FROM $wpdb->posts WHERE post_author!= '1' "; $authors = $wpdb->get_results($querystr, OBJECT); if($authors): foreach($authors as $author): ?>
Any help would be appreciated. I am new to wordpress/php. I am also using SQL not MySQL.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Author's Page’ is closed to new replies.