Author name in blocks and posts as text only, not link to profile page?

Posted in: Newspaper
Post count: 13

Does anyone know how i can make the author name in blocks and post as a text only, not link to profile?

I know you can hide the author name but i want to show it but make it a text only.

Post count: 23312

Hello aliahmad,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-post-author-name a{
pointer-events:none;
}

Thanks.

Post count: 13

oh wow! that worked. thanks

Post count: 22

With this code u cannot select author page but if u check your page with SEO tools author page is present always… How could i disable link?

Post count: 23312

Hello keyforweb,

In this case, you should edit the theme core files and remove this from your backend. As a hint, you should edit the td_module.php and remove/comment from here -> https://www.screencast.com/t/b5PImzq0rgA

Thanks for your understanding!

Post count: 4

hello please iwann hide the author name and date in blocks im using newspaper 9 any help iappreciate it thanks !

Post count: 1341
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.