Title: trotsky's Replies | WordPress.org

---

# trotsky

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce REST API causing long load times](https://wordpress.org/support/topic/woocommerce-rest-api-causing-long-load-times/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-rest-api-causing-long-load-times/#post-16028579)
 * Thanks for the reply. Unfortunately installing and activating that plugin did
   not make any difference.
 * Automattic\WooCommerce\RestApi\Server->register_rest_routes() is still by far
   the slowest callback, and it’s still running even with the Disable REST API plugin
   active.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Disabling Gutenberg Duotone Filter?](https://wordpress.org/support/topic/disabling-gutenberg-duotone-filter/)
 *  [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/disabling-gutenberg-duotone-filter/page/2/#post-15431613)
 * Thanks [@christof15](https://wordpress.org/support/users/christof15/), I spent
   two days looking for that exact code- it’s the only thing I found so far that
   actually removes those SVGs from <body>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some posts missing from filtered views (post format, category, tag) in wp-admin](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/#post-7400235)
 * Figured it out. I had put a bad piece of code in my functions.php. Guess it affected
   wp-admin output too….
 * function number_of_posts_on_archive($query){
    if ($query->is_archive) { $query-
   >set(‘posts_per_page’, 10); } return $query; }
 * add_filter(‘pre_get_posts’, ‘number_of_posts_on_archive’);
 * TL;DR: check your filters ‘n’ hooks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some posts missing from filtered views (post format, category, tag) in wp-admin](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/#post-7400234)
 * This is still happening with the latest 4.6 RC.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some posts missing from filtered views (post format, category, tag) in wp-admin](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [10 years ago](https://wordpress.org/support/topic/some-posts-missing-from-filtered-views-post-format-category-tag-in-wp-admin/#post-7399976)
 * Just to clarify: these posts DO show up on the blog, and do show up when the 
   site is queried with sitename.com/tag/tagname. But when the Posts view in wp-
   admin is filtered by that tag, they DO NOT show appear in that list. Strange.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom menus don't work](https://wordpress.org/support/topic/custom-menus-dont-work/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/custom-menus-dont-work/#post-2604065)
 * Here you go: [http://www.dog-dojo.com/boo/](http://www.dog-dojo.com/boo/)
 * My intent is to have custom menus set up on the main site (it’s a multisite installation),
   but I set up a fresh, alternate blog (Boo) for the purposes of experimentation.
   I notice the same behavior on ALL SITES in the network. Weird, right?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom menus don't work](https://wordpress.org/support/topic/custom-menus-dont-work/)
 *  Thread Starter [trotsky](https://wordpress.org/support/users/trotsky/)
 * (@trotsky)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/custom-menus-dont-work/#post-2604052)
 * Right, I understand there’s a question of theme compatibility. However, it fails
   to work on the default Twenty Eleven theme, which I know supports custom menus.
   And I’m inclined to believe it’s a deeper problem because none of the menu items
   show up when I make a Custom Menu widget, which would be theme-agnostic. So it’s
   gotta be something messed up in the configuration or database.

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