Viewing 1 replies (of 1 total)
  • Plugin Author Vegard Skjefstad

    (@vskjefst)

    There currently is no easy way to achieve this, but it can be done if you change some of the plugin’s code (assuming you’re running version 3.1.4). In the file wp_days_ago-core.php, change delete line #106:

    $s .= $t[2] . " " . __("day", "wp-days-ago"); // DAY

    This should prevent “X days” from being shown when it’s more than a month since something was published.

Viewing 1 replies (of 1 total)
  • The topic ‘Change months ago format’ is closed to new replies.