remove link from single post author

Posted in: Newspaper
Post count: 56

hi,
is it possibile to remove the link from single post author?

Also is it possibile to choose on a single post basis if to show single post date or not?

thanks

Post count: 35449

Hi,
The link can only be hidden with css, please provide a link and I will provide the css.
Also, if you do not want the date to be displayed on a single post, it can be done with css or using a single individual post template.
Thank you!

Post count: 56

Hi Calin, thanks
here is the link: https://www.mutuiconsap.it/ciao-mondo/

as for the date I’d like to choose on a case-by-case basis

Post count: 35449

Hi,
Please use this custom css to remove the author link:
.tdb_single_author a {
cursor: default;
pointer-events: none;
}

Set the code in the theme panel > custom code> custom css.
For date if it is case-by-case maybe the best solution will be to use a duplicate -> https://i.imgur.com/nwqZP2K.pngversion of the current single post template, edit it and remove the date and set it as individual on posts where you do not want to have the date.
I hope this will help you!

Post count: 56

thanks!

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