Hide Author Name in search results and on page created using Tag Div Composer

Posted in: Newsmag
Post count: 10

Hi
I have been able to hide author name and author box from post pages by using the options in the theme panel. But author name still appears in search results and also on all elements that I add on a static page using TagDiv Composer. I do not want the author name to appear anywhere in the site. How can I do that? Please help.

Regards
Narinder

Post count: 23312

Hello narinder912,

If you want to hide the author name for the search page, you should try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

The result is here -> https://www.screencast.com/t/eLxo0NnU

Thanks for your understanding!

Post count: 10

Thanks. That worked for the search results and on post pages. On a static page where I want to show some categories of posts, the author name still shows. Please see this page: http://www.desiyatri.com/welcome/

How do I remove the author name from static pages.

Thanks & regards
Narinder

Post count: 23312

Hello Narinder,

Please check the theme panel because our theme has some options which allow you to hide this meta information for modules/blocks and post pages, like here -> https://www.screencast.com/t/EpN2k24oql and here -> https://www.screencast.com/t/BiSYlG3nKbmL

Hope this helps!

Thanks for the message!

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