Search template

Posted in: Newspaper
Post count: 65

Hello,

I understand that “SHOW AUTHOR BOX – Enable or disable the author box (bottom of single post pages)”.

However, my question is: is it possible that at “Search Template – M1” the author doesn´t appear (maybe writing something at “Custom code)?

Thank you.

Best regards.

Post count: 20688

Hi,

I’m assuming that you want to hide the author name in search template M1 results page – https://www.screencast.com/t/HxBwxuE3 try this code in Theme panel->Custom Css

.search-results .td_module_1 .td-post-author-name {
display: none;
}

Result – https://www.screencast.com/t/6elOuUeOsB
If this is not what you wanted please provide a screenshot or more detailes about this matter.
Thanks

Post count: 65

Hello,

On the day that you answered me I did as you wrote, and it worked.

Now I ask you the same (I mean, hide the author´s name) for the “Categories Search Template” – in other words, I put in the page the “WP Categories” and I´d like that the author´s name doesn´t appear.

Thank you.

Best regards,
Pedro Moreira

Post count: 20688

Hi,

I don’t think I understand where exactly you want to hide the author name, if you could provide a screenshot and more details I will try to give you a solution.

Thanks

Post count: 65

Hello,

See please the image on http://videosupporters.com/category/chants/ (note: this URL appears when I go to homepage – videosupporters.com – and select the “Categories option, at the top of the page).

At the bottom left of each video, it appears the author´s name (“Video Supporters”), and is this that I want to hide.

Thanks.

Best regards.

Post count: 20688

Hi,

I understand now, you can hide the author name using this code, enter it in Theme panel->Custom Css

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

Result – https://www.screencast.com/t/anbSnQ1uN

Thanks

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