• surozvd

    (@surozvd)


    Hello

    How do we auto change the date of custom post types?
    it changed the date to Nepali in posts but didn’t work in the custom post types

Viewing 1 replies (of 1 total)
  • Plugin Author codersantosh

    (@codersantosh)

    Hello @surozvd ,

    For the quick solution

    You can change a line of code.

    From

    (is_single() && $this->options['human_time_diff']['single'])

    TO

    (is_singular() && $this->options['human_time_diff']['single'])

    We may add this feature on coming updates.

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘How to convert the date in custom posts?’ is closed to new replies.