I can't seem to figure this out. I see several areas that impact (or could impact) the number of posts. But to get the number down to 7 shown, I seem to mess everything up.
Here is what I see that could change -- if I want to show 7 posts -- how should I change this?:
Code:
line 86:
$limitq = ( isset($_REQUEST['do']) ? "20" : "5,20" );
line 290:
if ( $row < 20 )
{
for( $x = $row; $x < 21; $x++ )
line 380:
spymax = 25;