Hide author on certain pages

Posted in: Newspaper
Post count: 13

Is it possible to hide author on pages mydomain.com/XXX?

Post count: 20688

Hi,

The theme panel option to remove the author name on modules/blocks will disable it for all the website. There might be other solutions to achieve something like you mention. If you could provide a link to one of the pages you mention, we will try to give you a solution.

Thanks

Post count: 13

Thank you for your reply.

See the issue here.

Every job has an author but we don’t want that. If we turn off author, we lose it on the main site articles, which we want to keep.

Post count: 20688

Hi,

So you mean the author that is displayed once clicking on a job
https://www.screencast.com/t/lUChcUid
A code like this will remove the author name only on these type of articles
https://www.screencast.com/t/KxNnmPvDBvea
Enter it in Theme panel->Custom CSS section

.single-job_listing .td-post-author-name {
display: none;
}

Thanks

Post count: 13

Wow, amazing! Thank you so much 🙂

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