• Resolved iantresman

    (@iantresman)


    When I display a post, the second line (meta data) shows (a) author (b) date (c) category (d) #comments.

    How do I change the date format, as it seems to ignore that in Settings > General? Or is this a feature of the Pro version?

Viewing 1 replies (of 1 total)
  • Theme Author themevision

    (@themevision)

    Hello,@iantresman!

    Unfortunately, there is a small bug in theme and we are working to fix this in the next theme update.(soon)

    Until that, you can manually edit the theme file to fix that issue.

    To fix that issue please follow the steps below:
    1. Open the theme editor.(Dashboard->Appearance->Editor)
    2. On the right side select the “agama-functions.php ” file.
    3. Click on main window to edit the file content.
    4. hit “ctrl+F” to open finder window and search for the get_the_time('F j, Y')

    https://prnt.sc/h5ag2m

    5. Replace that code with this one : get_the_date()

    6. Hit the “Update File” button to save the changes.

    your code should now look like this:

    https://prnt.sc/h5alkr

    If you have followed the steps above correctly, the system date setting should now work.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Changing a post’s meta date format’ is closed to new replies.