Title: halldmatthew's Replies | WordPress.org

---

# halldmatthew

  [  ](https://wordpress.org/support/users/halldmatthew/)

 *   [Profile](https://wordpress.org/support/users/halldmatthew/)
 *   [Topics Started](https://wordpress.org/support/users/halldmatthew/topics/)
 *   [Replies Created](https://wordpress.org/support/users/halldmatthew/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/halldmatthew/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/halldmatthew/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/halldmatthew/engagements/)
 *   [Favorites](https://wordpress.org/support/users/halldmatthew/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Can’t edit posts](https://wordpress.org/support/topic/cant-edit-posts-15/)
 *  [halldmatthew](https://wordpress.org/support/users/halldmatthew/)
 * (@halldmatthew)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cant-edit-posts-15/#post-16422701)
 * Impressive find [@azaozz](https://wordpress.org/support/users/azaozz/) !
 * I hid the author box on the Edit page and seemed to restore functionality. I’m
   not sure which plugin broke it…but disabling all plugins / switch theme did not
   resolve the issue. Adding this to the functions.php resolved it:
 *     ```wp-block-code
       function remove_default_post_screen_metaboxes() {
         remove_meta_box( 'authordiv','post','normal' );
       }
       add_action('admin_menu','remove_default_post_screen_metaboxes');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Lots of errors](https://wordpress.org/support/topic/lots-of-errors-12/)
 *  Thread Starter [halldmatthew](https://wordpress.org/support/users/halldmatthew/)
 * (@halldmatthew)
 * [11 years ago](https://wordpress.org/support/topic/lots-of-errors-12/#post-6031948)
 * Trebly-
 * Thank you for the suggestion. I tried out the W4 Post List plugin and it seems
   to work well. It looks like it’s missing the ability to filter out the posts 
   you’re listing by the existing taxonomy, like this module is supposed to do, 
   but oh well. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W4 Post List] How to narrow posts list by current post taxonomy](https://wordpress.org/support/topic/how-to-narrow-posts-list-by-current-post-taxonomy/)
 *  [halldmatthew](https://wordpress.org/support/users/halldmatthew/)
 * (@halldmatthew)
 * [11 years ago](https://wordpress.org/support/topic/how-to-narrow-posts-list-by-current-post-taxonomy/#post-5407383)
 * Any luck on this feature? It would be incredibly helpful for what I’m trying 
   to do. Having the ability to utilize custom taxonomies from the post in the queries
   would be extremely helpful!

Viewing 3 replies - 1 through 3 (of 3 total)