Co-Authors-Plus
Co-Authors-Plus copied to clipboard
Multiple bylines and Guest Authors for WordPress
Fixes #326 Added a function to attach to the filter in Wordpress Importer plugin to modify the duplicate post detection process by avoiding the use of `post_date`
Fixes #494 The post count in the Users Menu changes when you've linked an account to a guest author. That is not always clear to everyone, as explained in #494....
Below are the steps to reproduce the issue. 1> Install and activate Co-Authors-Plus plugin 2> Create a new guest author ‘GAuthor1’ 3> Add avatar to that guest author by clicking...
The select co-author widget in the admin panel was not showing guest author avatar image. I have made few changes in the code to fix this issue.
Implemented functionality to create user while assigning author on edit post page. #53
fixes #411
Currently, create-guest-authors is an all or nothing proposition. What happens though when you are 50% complete with a 30,000 user import and then accidently close your terminal window? You have...
The biggest part of this change is to add a progress bar for `wp co-authors-plus create-guest-authors`. When doing a mass conversion, it's nice to be able to get a sense...