I have added the following custom loop in my Wordpress template:
$args = array( \'category__not_in\' => array($featured_cat->term_id), \'posts_per_
using variable $paged.
global $paged; echo $paged;