Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Impressive find @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:

    function remove_default_post_screen_metaboxes() {
      remove_meta_box( 'authordiv','post','normal' );
    }
    add_action('admin_menu','remove_default_post_screen_metaboxes');
    Thread Starter halldmatthew

    (@halldmatthew)

    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!

    halldmatthew

    (@halldmatthew)

    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)