Aditya Lesmana
asked 11 years ago

see http://imgur.com/om3JeDi

 

I want to change ‘x days ago’ to the date of publication.

Please advise.

Thank oyu

2 Answers
DominicStaff
answered 11 years ago

To change ‘x days ago’ to the date of publication.you can open the mega-menu.php file in the folder path “\wp-content\themes\dw-focus\inc” / line 99. you can change ‘x days ago’ here.

Hope this helps !

Regards,
Dominic

erlichman
replied 11 years ago

How do remove “x days/hour ago” in the DW Focus Headlines Widget?

DominicStaff
answered 11 years ago

To remove “x days/ hour ago” in the DW Focus Headlines widget. You can add the following code to the “Header Script”:


<style>
.headlines .time_diff {
    display: none;
}
</style>
Powered by DW Question & Answer Pro