add_action('pre_get_posts', 'query_set_only_author' );
function query_set_only_author( $wp_query ) {
global $current_user;
$wp_query->set( 'author', $current_user->ID );
}

işinizi görebilir.