Title: Filter by authro
Last modified: August 31, 2016

---

# Filter by authro

 *  Resolved [benhartwich](https://wordpress.org/support/users/yoursql719/)
 * (@yoursql719)
 * [10 years ago](https://wordpress.org/support/topic/filter-by-authro/)
 * Hi,
 * is it possible to add a feature: filter posts by author?
 * Regards,
 * Ben
 * [https://wordpress.org/plugins/custom-field-bulk-editor/](https://wordpress.org/plugins/custom-field-bulk-editor/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [sparkweb](https://wordpress.org/support/users/sparkweb/)
 * (@sparkweb)
 * [10 years ago](https://wordpress.org/support/topic/filter-by-authro/#post-7353853)
 * Hi Ben,
 * I have some pending code that I’ll release in a few days for this. For now, open
   up the main plugin file and put this code around line 104:
 * `if (isset($_GET['author'])) $args['author'] = (int)$_GET['author'];`
    `if (isset(
   $_GET['author_name'])) $args['author_name'] = $_GET['author_name'];`
 * Add “&author=X” or “&author_name=Y” to the querystring where X is the ID of the
   author or Y is the nicename of the author.

Viewing 1 replies (of 1 total)

The topic ‘Filter by authro’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-field-bulk-editor_fefefe.svg)
 * [Custom Field Bulk Editor](https://wordpress.org/plugins/custom-field-bulk-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-field-bulk-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-field-bulk-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-field-bulk-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-field-bulk-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-field-bulk-editor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sparkweb](https://wordpress.org/support/users/sparkweb/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/filter-by-authro/#post-7353853)
 * Status: resolved