<?php
_ex( 'Posts', 'post type general name'
); ?></label></p>
<ul id="post-filters" class="export-filters">
<li>
<label><span class="label-responsive"><?php
_e( 'Categories:'
); ?></span>
<?php
wp_dropdown_categories( array
( 'show_option_all' =>
__( 'All'
) ) ); ?>
</label>
</li>
<li>
<label><span class="label-responsive"><?php
_e( 'Authors:'
); ?></span>
<?php
$authors =
$wpdb->
get_col( "SELECT DISTINCT post_author FROM {
$wpdb->posts
} WHERE post_type = 'post'"
);
wp_dropdown_users( array
( 'include' =>
$authors,
'name' => 'post_author',
'multi' => true,
'show_option_all' =>
__( 'All'
),
'show' => 'display_name_with_login',
) );
?>
</label>
</li>
<li>
<fieldset>
<legend class="screen-reader-text">