-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guest Author Page #201
Comments
It looks like the change in 2ce2ce8 is causing the 404. WordPress/Co-Authors sees the co-author as having 0 posts and is 404ing. The fix we’ve found is to trigger an update for the offending co-author. Either updating in the admin or running Also good to take a look at the |
Running into the same problem. Since updating the plugin, /author/[author_slug] does not work for guest authors. Edit: two links that might save some searching for someone down the road: |
I haven't been able to test @matthewspencer's fix, so I basically reverted 2ce2ce8 by making a custom function in my theme
|
@MikeNGarrett Are you still experiencing this issue? Have you tried @matthewspencer's fix? That wp cli command should update the guest author's posts with the correct amount. |
This was so long ago that I'm not sure the context of the original issue. I know we found a way to work around the issue way back then, but I'm not sure if the original issue is fixed. |
Solution: |
Hi @jqueryalmeida, thanks so much for your contribution. Would you be able to submit a PR for this? |
I think this is resolved in #440. |
/author/[author_slug] is no longer working for guest authors. The template is returning a 404.
The text was updated successfully, but these errors were encountered: