Disable Author link and latest news

Posted in: Newspaper
Post count: 40

Hi,
how can I disable author name link only?

I want to show author name but users should not click on it.

So,
how I’m using BIG GRID 8, how can I show latest post and not random post from last 7 days?
Menu is showing oldest post but not latest published posts.

Regards

Post count: 22421

Hello,

If you want to remove the author link, you can edit the functions that create the author here: http://screencast.com/t/dwah62pc1 and here: http://screencast.com/t/1edKzafitfT
As for the post sorting, please use this guide to learn how you can sort your posts in blocks: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Post count: 40

Hi,
can you write me the exact code I must replace to get AUTHOR NAME only, without link?

Thanks

Post count: 22421

Ok,

If you do not know your way around coding then even if I provide the exact code you will probably have a hard time implementing it correctly so maybe a css approach is more reliable in this case.

Add this code in the theme panel->custom css box:

.td-module-meta-info .td-post-author-name{
pointer-events:none;
}

That should do it

Thank you!

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