Author Page

Posted in: Newspaper
Post count: 5

Hi, is there a way to disable the author page?
I await your response, thanks!

Post count: 35449

Hi,

Disabling author archive in Yoast SEO settings will disable author page. In this case, clicking on author name will redirect the user to the site homepage.

Thank you!

Post count: 5

ok thanks! But isn’t it possible to disable the fact that they are links? and leave only the author’s name normally?

Post count: 35449

Hi,
Unfortunately there is no option for this, but it can be done using a css:
.tdb_single_author a,
.tdb-author-info a,
.td-post-author-name a {
pointer-events: none;
}

Set the css in the theme panel > custom code > custom css.
I hope this will help you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.