Quote:
Originally Posted by BCyber
Cool. It had to be ( $paged ? 1 )
That removed the error but fuckin a now it just shows the number 1 next to every post. This is annoying 
|
You keep resetting $count = 1; at the top of the loop.
change $count = 1; to this
if ( ! isset( $count ) ) $count = 1;