Authors

Posted in: Newspaper
Post count: 30

Hi we need to disable author pages & the author link on posts and in all the site (not the name of the author)
Thanks

Post count: 30

Also for mobile theme

Post count: 18283

Hello !

You can disable it from Theme Panel – Post Settings – Post and Custom post types: https://www.screencast.com/t/OAOhmkqO

Thank you !

Post count: 30

Just done. Thanks
How to delete author pages?
Thanks

Post count: 30

But is not what i need is to not show the link
.td-post-author-name a {
pointer-events: none;
}

Post count: 18283

Hello !

I’m sorry but I don’t fully understand what you are trying to achieve.

Thank you !

Post count: 30

I resolved one issue (The permalink on the author name) with this code:
.td-post-author-name a {
pointer-events: none;
}

I need to hide or delete the author pages generated by the theme like this one
https://sprintnews.it/author/nameoftheauthor/

Thanks

Post count: 18283

Hello !

This issue is not related to Newspaper Theme.

After a quick google search i’ve found this: https://wordpress.stackexchange.com/questions/277649/how-to-remove-the-author-pages

I hope this is helpfull !

Thank you !

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