Title: Narchives question
Last modified: August 18, 2016

---

# Narchives question

 *  [Roar](https://wordpress.org/support/users/rori/)
 * (@rori)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/narchives-question/)
 * Can anyone tell me which bits of code to delete to NOT have the drop down box
   for authors?
    I have tried a couple things, but it keeps exploding on me.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Roar](https://wordpress.org/support/users/rori/)
 * (@rori)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/narchives-question/#post-113617)
 * never mind, I got it.
    and for anyone else who wants this: delete this code: `
   function show_author_select() { global $wpdb, $tableusers, $author; $users = 
   $wpdb->get_results("SELECT * FROM $tableusers WHERE user_level > 0", ARRAY_A);
   $output .= '<option value="">All Authors</option>'.NL; foreach ($users as $user){
   $output .= '<option value="'.$user['ID'].'"'; if ($user['ID'] == $author) { $
   output .= 'selected="selected"'; } $output .= '>'.$user['user_nickname'].'</option
   >'.NL; } $output = '<select name="author">'.NL.$output.'</select>'.NL; echo $
   output; } and this line: `<?php show_author_select() ?>1

Viewing 1 replies (of 1 total)

The topic ‘Narchives question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Roar](https://wordpress.org/support/users/rori/)
 * Last activity: [21 years, 5 months ago](https://wordpress.org/support/topic/narchives-question/#post-113617)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
