Hello scorpiock,
There is an option in the theme panel but it disables all author names. If you want to disable it selective, you need to use a custom CSS to do that. Add this code in the theme panel and it should do the trick.
.td_block_3 .td-post-author-name, .td_block_13 .td-post-author-name{
display:none;}
Thank you.
Hi,
In order to remove the author and not hide it, you need to edit the theme’s core files and remove it manually for each module (not block):
http://screencast.com/t/KBQyacySa4
Just comment out the ‘get author’ line of code and it should do the trick.
You can check this list in the theme pane to see exactly what block each module uses: http://screencast.com/t/yzAfhFyx18
Thank you!
Hello scorpiock.
Unfortunately there is no other option. The option from the theme panel is a general option. It removes the author across the whole site. If you don’t want this you can either use the CSS or the file modification I’ve pointed out above.
Thank you!
