Date stamp on particular posts

Posted in: Newspaper
Post count: 145

Is there any way to hide dates on particular posts? Some posts are kind of evergreen and some posts (like news) need dates. It would be nice to have one more option here to hide or show date on individual posts.

Another thing I am curious to know is (could’t find in the documentation) the reason behind keeping two options, i.e. Via and Source here I am unable to understand the difference between the two.

Post count: 23312

Hello

If you want to hide the date for a certain post, you have to use a bit of CSS in order to do that. First of all, you have to get the post ID, using your inspector and then you have to use the CSS like the code below.

The code is ->

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

The result you should see here -> http://screencast.com/t/a5cdcD0cdwQU

For your second question, the difference between these is that in the SOURCE field you have to add the author name/link of the image/post/article, etc and in the VIA field you should add the link/name where you got the information (this is not an author – distribution of information).

Thank you for the message!

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: 23312

Hello sanjeev,

If you want to get rid of it, you will have to delete from the core file, like this -> http://screencast.com/t/XeFnrX535ly

Thanks.

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