You need to wrap your ids in an array.
$args = array('author'=> $author_id, 'posts_per_page' => 10, 'paged' => $paged, 'category__not_in' => array( 16, 19, 1, 20 ) );
http://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters
Related Posts:
- exclude category from get_posts?
- Exclude the category from the WordPress loop
- Exclude certain category from latest updates
- Exclude categories from Loop, queries, widgets, post navigation
- List posts by category exclude current post
- wp_list_categories exclude not working
- Excluding a category from next and previous post links
- Exclude Category From Home Page, Display Posts on It’s Own Page?
- How to exclude categories from recent posts, recent comments & category widgets?
- Exclude a category from the filed under list only on some templates
- How to exclude posts from a category when using this particular format
- Exclude category from Tag Template
- exclude post from displaying in loop if it is in a category, but not in many categories
- I need to create a search form that will display search results from specific category
- Exclude Posts From Specific Category from Next and Previous post links
- Query Posts Exclude Entire Category
- exclude categories from search results
- Exclude category from fucntion
- WordPress category widget only show categories with children
- wp_list_pages() exclude category
- Exclude category from query
- Functions.php: Exclude Category from “Blog”
- Woocommerce filter function not updating
- wp_list_categories not excluing multiple ids
- How to exclude posts from category posts count
- Exclude category from foreach loop
- Have posts that belong to multiple categories, exclude some categories from homepage
- Exclude all subcategories in the_category (post)
- I need to exclude from a query a category and a few custom taxonomies
- Exclude categories by ID
- Homepage custom recent news
- Exclude the category in WordPress
- How can I exclude a category from the main loop with the category name & not ID?
- User level categories
- Exclude category from drop down list form
- exclude certain categories form archive widget
- How to remove an item from a custom Walker_Nav_Menu
- Exclude a category and post_type from wp_query
- How can I exclude a particular category from my WordPress Page 1 and Page 2?
- Exclude category from WP_Query args not working
- Displaying Category in sidebar post widget but not in the loop on home
- Category menu that filters out empty categories
- Problems with explode [closed]
- Exclude Category From Home Page, Display Posts on It’s Own Page?
- How to have a category not show up in query post with page panigation?
- Customize category query in widget
- Call function on a single page
- How to define category ID in an array?
- Get the children of the parent category
- How to remove the term “category” from category pagination?
- How do I get the category URL from get_the_category?
- Is there a way to remove categories in bulk?
- Custom category template pagination problem
- Deleting All tags except categories Wp database
- Getting category before saving post
- How do I change the sql query for wp_get_archive()
- How to put enctype=”multipart/form-data” in categories form?
- What is the advantage of using header-catname.php over is_category(‘catname’);?
- Custom WP_Query for current category (in category.php)?
- Why is get_the_category() saying that I have two categories?
- Custom sidebar on category pages
- Insert Into Sub-child Menu
- How do I get the category slug from wp_dropdown_categories
- Change the category of all posts in it
- Search Posts / Pages with multiple options?
- How to hide some categories in category list under post in wordpress?
- Read GET parameters in APACHE Mod Rewrite rules for WordPress categories in Posts
- How to categorize posts under Category 1 and Category 2 which are separate lists of categories, and display them as separate lists in widgets
- Creating Category Specific menus
- How to do some action weekly?
- How to hide child categories from displaying
- How to allow Category Title to use tags?
- Multiple selection for wordpress widget
- How do I retrieve the category ID (ugly permalinks) in my sub-navigation menu?
- function query_posts disabling current_page_menu class
- Using if statement in index.php instead of creating separate template files
- Problem with multiple loops in wordpress theme
- How to get category names in post_class?
- output only if within a combination of two cats
- Panoramica Theme Portfolio
- wp_list_pages() not showing on posts
- WordPress Category Question
- How to filter post from categories only if the posts appears in one of them, not the other?
- Conditional widget for theme template file
- Help to display the current categories and tags of a post
- How to show the clicked category related posts on category detail page?
- No “Quick Edit” links on categories admin page
- How can I display the category name in the single post when using WP Blog and Widget?
- WordPress display only child category in template
- Im trying to add a div for just one category
- How to modify list categories code?
- Configure query with multiple categories in a custom order?
- Get category fixed in dropdown browse categories
- Create Cross Promoting Categories in WordPress Using ‘pre_get_posts’
- Category count but only if category has at least one post
- Easiest way to display post archives in category-then-alphabetical order?
- Printing out Category and all Category Children on category.php
- How do I list all child categories that apply to current post?
- Exclude posts from certain category breaks custom pagination
- Weird html output of single_cat_title – is not inside of the html element?