wordpress получить номер страницы

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