Date

Posted in: Newspaper
Post count: 51

How can I make it possible to see the date of posts on block 15 ?

block 15: https://s10.postimg.org/rocsyscih/b15.jpg

Somethink like this on block 14
img: https://s10.postimg.org/j3ymz50s9/b14.jpg

Thank you!

Post count: 22421

Hello,

The post date is was not added by default to block 15. You can replicate it from another block though but you cannot add it very easy over the featured image. Here is an example of howit can be done:
http://screencast.com/t/YfM8Xhocu6
First you need to add this code:
<?php echo $this->get_date();?> in this file like so: http://screencast.com/t/gQ5B0iNCEnjP
Then you can use this css to decrease the font a bit as the default one is too big:

.td_module_mx4 .entry-date{
font-size:12px!important;
}

I hope this helps.
Thank you!

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