Title: 41steps's Replies | WordPress.org

---

# 41steps

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

 *   [Profile](https://wordpress.org/support/users/41steps/)
 *   [Topics Started](https://wordpress.org/support/users/41steps/topics/)
 *   [Replies Created](https://wordpress.org/support/users/41steps/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/41steps/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/41steps/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/41steps/engagements/)
 *   [Favorites](https://wordpress.org/support/users/41steps/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: [[WP Calendar] Show only events that belong to user in admin panel](https://wordpress.org/support/topic/show-only-events-that-belong-to-user-in-admin-panel/)
 *  Thread Starter [41steps](https://wordpress.org/support/users/41steps/)
 * (@41steps)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/show-only-events-that-belong-to-user-in-admin-panel/#post-3963818)
 * as follow up, this is what I am using to hide posts from authors that are not
   theirs. I am looking for the wp calendar equivalent.
 * thanks
 * ==================================
 * function posts_for_current_author($query) {
 *  global $userdata;
    if($userdata->user_level < 10){
 *  if($query->is_admin) {
    global $user_ID; $query->set(‘author’, $user_ID); } 
   return $query; } }
 * add_action( ‘admin_head’, ‘include_mk_arrays’ );
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 3.0 upgrade static page not working](https://wordpress.org/support/topic/wordpress-30-upgrade-static-page-not-working/)
 *  [41steps](https://wordpress.org/support/users/41steps/)
 * (@41steps)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/wordpress-30-upgrade-static-page-not-working/#post-1545493)
 * This hack seems to have done the trick. Shame we are hacking something as far
   along as 3.0
 * [http://wordpress.org/support/topic/upgraded-to-30-posts-not-showing?replies=14](http://wordpress.org/support/topic/upgraded-to-30-posts-not-showing?replies=14)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 3.0 upgrade static page not working](https://wordpress.org/support/topic/wordpress-30-upgrade-static-page-not-working/)
 *  [41steps](https://wordpress.org/support/users/41steps/)
 * (@41steps)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/wordpress-30-upgrade-static-page-not-working/#post-1545492)
 * I seem to have the same problem with a theme that has no home.php or any other
   special template files.
 * twenty ten works but not my new theme that only has about 5 files.

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