Conditonal tag or work around to identify page number of pagnation

You can use

$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;

to get current page number