Title: gratous's Replies | WordPress.org

---

# gratous

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to add a custom topic sus as product in woocommerce](https://wordpress.org/support/topic/how-to-add-a-custom-topic-sus-as-product-in-woocommerce/)
 *  Thread Starter [gratous](https://wordpress.org/support/users/gratous/)
 * (@gratous)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/how-to-add-a-custom-topic-sus-as-product-in-woocommerce/#post-3352283)
 * I found what I needed. It is called “post type”. A plugin that I could find was
   [Types – Custom Fields and Custom Post Types Management](http://wordpress.org/extend/plugins/types/).
   Let me know if you have suggestions for another good one well maintained.
    Thanks
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [MU Feature requests – Inactive blogs and Global comment moderation](https://wordpress.org/support/topic/mu-feature-requests-inactive-blogs-and-global-comment-moderation/)
 *  [gratous](https://wordpress.org/support/users/gratous/)
 * (@gratous)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/mu-feature-requests-inactive-blogs-and-global-comment-moderation/#post-1847012)
 * I had 2000 blogs and 90% of them were spams. Deleting them one by one was tedious.
   One way I have done that is by editing wpmu-blogs.php to allow me to delete 100
   blog at once. I change the variable for 15 blogs per page to 100:
 * $num = isset( $_GET[‘num’] ) ? intval( $_GET[‘num’] ) : 100;
 * Then I checked all of them for deletion per default with the following change
   
   this <input type=’checkbox’ id=’blog_<?php echo $blog[‘blog_id’] ?>’ name=’allblogs[]’
   value='<?php echo $blog[‘blog_id’] ?>’ /> to <input type=’checkbox’ id=’blog_
   <?php echo $blog[‘blog_id’] ?>’ name=’allblogs[]’ value='<?php echo $blog[‘blog_id’]?
   >’ checked=”checked” />
 * If you sort by last update date then you can delete the oldest one.

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