wordpress author page visibility / 404
I have a wordpress site where, when you open an author page on url
https://example.com/author/xxxxx/
will result in a 404, if the user is not accessing their own author page or when the user does not have the administrator role.
I would like my custom role - "inventory_worker", to also have the capability to see all other authors, but I cannot figure out, which capability I would have to give an inventory worker, so that he/she would not get a 404 for all other authors.
I have tried giving the inventory_worker role all the default user related capabilites that wordpress has, but it still did not work.
php wordpress
add a comment |
I have a wordpress site where, when you open an author page on url
https://example.com/author/xxxxx/
will result in a 404, if the user is not accessing their own author page or when the user does not have the administrator role.
I would like my custom role - "inventory_worker", to also have the capability to see all other authors, but I cannot figure out, which capability I would have to give an inventory worker, so that he/she would not get a 404 for all other authors.
I have tried giving the inventory_worker role all the default user related capabilites that wordpress has, but it still did not work.
php wordpress
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22
add a comment |
I have a wordpress site where, when you open an author page on url
https://example.com/author/xxxxx/
will result in a 404, if the user is not accessing their own author page or when the user does not have the administrator role.
I would like my custom role - "inventory_worker", to also have the capability to see all other authors, but I cannot figure out, which capability I would have to give an inventory worker, so that he/she would not get a 404 for all other authors.
I have tried giving the inventory_worker role all the default user related capabilites that wordpress has, but it still did not work.
php wordpress
I have a wordpress site where, when you open an author page on url
https://example.com/author/xxxxx/
will result in a 404, if the user is not accessing their own author page or when the user does not have the administrator role.
I would like my custom role - "inventory_worker", to also have the capability to see all other authors, but I cannot figure out, which capability I would have to give an inventory worker, so that he/she would not get a 404 for all other authors.
I have tried giving the inventory_worker role all the default user related capabilites that wordpress has, but it still did not work.
php wordpress
php wordpress
edited Dec 29 '18 at 21:55
FifthEon
asked Dec 29 '18 at 18:29
FifthEonFifthEon
1,0391125
1,0391125
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22
add a comment |
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53972274%2fwordpress-author-page-visibility-404%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53972274%2fwordpress-author-page-visibility-404%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1) check if your authors actually have some posts and 2) goto permalinks and see if that flushing pf the permalinks sorts it out.
– anmari
Dec 30 '18 at 5:47
Did not work, not the case. Need other ideas on debugging.
– FifthEon
Jan 9 at 21:11
Sounds like you have a plugin that is controlling access to the pages? If you know you have a plugin that is doing some kind of privacy or membership control, then deactivate that to test if it is causing the problem. If that fixes, it check that plugin's settings. If not then follow you need to check others. webdesign.anmari.com/2932/…. Standard wp behaviour is the author archive is visible by all, only 404 on author archive IF no posts exist OR if all posts are private.
– anmari
Jan 10 at 4:22