Viewing 2 replies - 1 through 2 (of 2 total)
  • For anyone trying to do this. Place this below the 85th line (this should be the line which adds a SQL instruction for the mmu.status IN field):

    $sql .= " AND mmu.status_updated > (NOW()-INTERVAL 1 MONTH)";

    And make sure you clear the transients, or wait 24 hours before the new results are cached again.

    Plugin Author wpdevco

    (@wpdevco)

    Missed this for some reason. Sorry about that.

    Thanks, Erik. That indeed gets the job done. But, I’ve gone ahead and added a new time attribute that will take hour, day, week, month, and year. Update to version 1.3.0 and you should be good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Time Span’ is closed to new replies.