Time stamp on Big Grid

Posted in: Newspaper
Post count: 58

Hi,
I’m using Big Grid 1 in top of the homepage.

Under the first article in the Big Grid you can see the publishing date but on the other four in the Big Grid not.
How to set the publishing date to be shown for all 5 articles within Big Grid 1

Post count: 23312

Hello wdziedzic,

Please follow this step from here -> https://www.screencast.com/t/zSxgvbzAhpYf

<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>

After you have made these changes on the code, clear all the caches and check the results.

The result is here -> https://www.screencast.com/t/kMd8AmMHN

Thanks.

Post count: 58

Cool, thanks!

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