Scenario:
"The number of times I post per month varies a lot but I only want to display the blog entries from the current month on my front page."
Solution:
Hack the index.php page!
Original forum thread (thanks, moraes!):
http://forum.nucleuscms.org/viewtopic.php?t=4293
Method:
include('./config.php');
$thismonth = date("Y-m", time());
$archive = $thismonth;
![]()
Total votes: 6 - Rating: 6.83