Big grids 3 : How add the date on the 2 others blocks ?

Posted in: Newspaper
Post count: 17

Hello,

I would like also add the dates on the two other blocks for the Big Grids 3 (picture)

http://www.noelshack.com/2018-01-4-1515070805-capture.jpg

Thanks for your help !

  • This topic was modified 8 years by Cthulhus.
Post count: 22421

Hello,

The sections you want an author and date do not have them by default as a design choice. You can add them custom if you like.
Please add this css to the theme panel-> custom css box:
.td-big-grid-post.td-medium-thumb .td-big-grid-meta, .td-big-grid-post.td-small-thumb .td-big-grid-meta{
font-size: 11px;
}

And then add this code in these 2 files:
<span class="td-author-date">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
</span>

https://www.screencast.com/t/9BsRigN2Zv

Thanks.

Post count: 17

Yes thanks ! That works ! 🙂

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