Thread Starter
makyo
(@makyo)
Well now I test further 10 and 11 are working. I don’t know why my site wasn’t showing them yesterday :{ maybe the template was caching weird or something…
But knowing that 10 and 11 do work did help me troubleshoot and I think I found the issue in the plugin’s output PHP file. Correct me if I’m wrong but the line here (I think 1952) should have a <= instead of just the < :
if ( is_numeric( $months ) && $months < 12 && $months > 0 ) {
$show_months = absint( $months );
}
-
This reply was modified 2 years, 4 months ago by makyo.
Thread Starter
makyo
(@makyo)
The site is password protected right now, is it possible to email you the link/pw?