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
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 !
Thanks, i have fixed the issue, you can mark it as resolved
Please login or Register to submit your answer