If you can access the database directly, you could
- Check for the ID of the category you want to assign
- Check for the Author ID
Then run the following MySql (on your own risk):
INSERT INTO `#__term_relationships` ( object_id, term_taxonomy_id )
SELECT ID, 1 FROM `#__posts` WHERE `post_type` = 'post' // where 1 is your desired category ID
UPDATE `#__posts` SET `post_author` = 2 // desired author ID
Related Posts:
- Is it possible to disable certain user roles from creating tags?
- How to set up sub-categories for author pages?
- How to make a relationship between books and authors?
- Root level category, tag, author and archive pages to work
- How to have a static category/author page?
- Automatically assign posts by author to a specific category
- Search by word, category, tag, author
- How to group the loop posts in a particular by author?
- How to control template resolution if both Author and Category filter in place?
- How to show author name only if the post is in a specific category?
- Display posts separated by Category in Author’s page
- Restrict author to create subcategory in a selected category
- Add /category/ to an author archive page
- How to conditionally hide author name on Single.php if category is “news”, otherwise if category is something else display author name?
- Author Page – List of categories plus number of posts in that category
- Post by category+author not working!
- Display Related Posts by “Category” “by Author”
- what file I need to create to work date archive links?
- Assign author to category and not only posts
- Assignt automatically two categories by author
- How to fetch common posts from two feeds?
- How do you add Author and date Published on Category Pages?
- how to Specifies an author / editor to edit one category only?
- Hide all posts by an author
- Archives and category of authors
- How can i hide the authors box from a specific set of categories and post types?
- How to display posts by author in a separate page, other than author.php?
- Limit authors on specific catogories
- Catch 404 after changing permalink structure from /%postname%/ to /%category%/%postname%/
- Decreasing the Memory Consumption of a WordPress Site?
- Use tag interface for hierarchical taxonomy?
- List of subcategories with featured image
- Get a list of commas separated categories inside a loop
- How to get Total Post In a Selceted category
- Pagination on child category returns 404
- Alphabetizing Posts in a Category Page?
- Add Icons to the Product Category Sidebar Widget WooCommerce
- How to export/import categories and keep their IDs?
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- How to link 2 categories (Sync)
- How to make a Thumbnails Mosaic
- wp_parse_args & category parameter
- Extract image url associated to a category
- Change existing taxonomy settings when using custom taxonomy
- Enter a variable in the ‘category_name’ parameter
- How do you categorize pages?
- List Sub-Categories of a Parent Category
- add text to the top of category page
- If statement for catergories
- Rewrite a category
- Query posts from category based on a filter most favorited
- How do I call posts with a certain tag?
- WordPress/Woocommerce only show category in shop to a single role
- Category control subcategories
- display posts from specific category on a page , in thematic child theme?
- Latest comments from each category?
- custom post type category link redirects to index
- Categorie parents and childs displayed
- Can Categories be used to hack a Multisite-like setup w/ a single MySql db?
- Why do I have stray bullet from
- Link To Child Category For A Post
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- How can i change what one category displays?
- How do I change the category permalink structure?
- How to display post in custom file not in archive file?
- Why is my sub-category template showing the wrong posts
- why category__and and category__in wont work togather?
- Setting the Primary Category for a Post Based on Context
- Show the number of the post
- Automatically adding tags and categories into Post Excerpt for searching
- Allow Custom Role to edit a custom post type category
- How to check parent & child category
- How to prevent tag “iframe” from being deleted from the heading description of rubric?
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- How do I merge WooCommerce categories with the same name?
- Custom get_the_password_form
- How can I make a category function as a page?
- How to add custom option to wp_dropdown_categories?
- How to hide/remove featured images in particular categories post?
- Renaming default category taxonomy?
- Profiling user with categories
- Category names dependent on each other?
- Use different file includes for single.php
- How to get related category/categories in WordPress archive page
- Pages with posts filtered by category
- how to get number of posts in a category on a specific date
- How to add all categories into an array and extract the categories names and use it with a custom meta box
- Using pagination with multiple loops causes it to break
- Query posts that have all the specified tags
- How can I show page per category in wordpress? (Yes, category by page!)
- Why does my category page display “posted on…” when all I want it to do is display categories?
- Post list category plugin alphabetical order [closed]
- Fetch all categories from database
- In my wordpress admin panel Suddenly The Category, tag and featured Image Option are not showing
- WordPress portfolio how to change “ALL” category by one other category that I created?
- Extract post category except one category
- Taxonomy page wpml dropdown not working
- How to get all Existing Categories from a Custom Post Type
- How to hide my categories pages’ names, and how as well to reduce the space beween my sidebar’s widgets?
- Invalid login email notification for password-protected category