Malose Mahapa
asked 9 years ago

How to show date on frontpage like as it show on the pages – By PR in Retail, Food, Drink on April 10, 2015

2 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can open the content.php file in the folder path "wp-contentthemesdw-wallpress".
Add the following code under line 52:

<span class="item-date">
   <?php _e( 'on', 'dw-wallpress' ); ?>
   <?php the_time( get_option('date_format') ); ?>
</span>

Hope this helps !

Malose Mahapa
answered 9 years ago

Thanks, i have fixed the issue, you can mark it as resolved

Powered by DW Question & Answer Pro