Site logo

Archived topic

Author Archive Page

9 replies · Started by iamarghya on March 1, 2022

Viewing posts 1–10 of 10

So, I used an element for showing the author meta below my post, and when I click on the Author name it took me to the author archive page...But I didn't know if is it an inbuilt feature to have an author archive page? or it is created for that element because I hadn't checked it earlier. As I am the only author I think having an author archive page can create duplicate content issues...So 1st of all answer me is this normal to have an author archive page or it is being created somehow? ☹.

Hi there,

Author archive is generated automatically by WordPress.

But if your author meta is added by a block element, you can remove the dynamic link from the author name :)

So the author archive page was there from the start, from when I installed WordPress but I hadn't checked it at all right? so as I am the only author is there any way to disable the author archive page ??

if I want to add the PHP solution do I need to add it to the theme editor or I can add this by code snippets plugin?

I read the article u gave me, so I have to just add the PHP code in the code snippets plugin and activate it and it will be done? right? and the PHP code in the article is correct, right?

I read the article u gave me, so I have to just add the PHP code in the code snippets plugin and activate it and it will be done? right? and the PHP code in the article is correct, right?

Assuming you've copied it properly w/o any syntax issues then it should be fine.

What the PHP snippet does is, it redirects any user who try to access the author archive page to the home page(wp_redirect( home_url() );).

oh, that works...Thank you very much...Whenever a problem arrives the subscription is worth it❤. Thank you again.

No problem. :D

This archived topic is closed to new replies.