Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229570

    I have a widget area with a list of news…how can I eliminate in the display the time (hour:minutes) and let only the date?
    thanks!

    #230161

    Hey ftt123!

    Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and find

    get_the_time($time_format)

    and change them to

    get_the_date()

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.