Show date & show post view

Posted in: Newsmag
Post count: 12

Enable show date and show post view in single post page

Disabled show date and show post view in block & modules

How to set it up?

Post count: 6535

Hi

You can unable the date and post view counter in single posts from theme panel > post settings: http://screencast.com/t/oeqirk0XstdB
To hide the date from modules you can use this css in theme panel > custom code > custom css:

.td-post-date{
display: none;
}

Let me know how it goes.
Thanks!

Post count: 57

The issue with this is that it leaves a dash “-” after the author name. Is there a way to hide that as well?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

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

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.