You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Multi-Author Mode is disabled in the theme settings, the author_link is overwritten to use the home page instead of the /author/ page. This affects the ActivityPub plugin, which expects to find the /author/ link and results in the following error in Site Health:
Your author URL %s was replaced, this is often done by plugins.
We should reconsider overriding author_link altogether and instead allow this to be done in a Child Theme on a site-by-site basis.
When Multi-Author Mode is disabled in the theme settings, the
author_link
is overwritten to use the home page instead of the/author/
page. This affects the ActivityPub plugin, which expects to find the/author/
link and results in the following error in Site Health:We should reconsider overriding
author_link
altogether and instead allow this to be done in a Child Theme on a site-by-site basis.The relevant code in the theme is here:
independent-publisher/functions.php
Lines 558 to 572 in 5b7dee7
Here's a quick fix that can be applied in a Child Theme to get ActivityPub working again:
raamdev/independent-publisher-child@3996c63
The text was updated successfully, but these errors were encountered: