get_option('sticky_posts'),
'cat' => $options['index_cat_right'],
'showposts' => 5
));
} else {
if($max_page!=1){
$catLink = get_pagenum_link(2);
} else {
$catLink = get_category_link(false);
}
$blockTitle = __('Posts', 'asket-magazine');
$textLink = false;
query_posts(array(
'post__not_in' => get_option('sticky_posts'),
'showposts' => 5
));
}
?>
>
:
'.__('« First', 'asket-magazine').' '; if($paged-$nump>1) $start=$paged-$nump; else $start=1; if($paged+$nump<$max_page) $end=$paged+$nump; else $end=$max_page-1; if($start>2) echo "... "; for ($i=$start;$i<=$end+1;$i++) { if($paged!=$i) echo ''.$i.' '; else echo ''.$i.' '; } if($end<$max_page-1) echo "... "; if($paged!=$max_page) echo ''.__('Last »', 'asket-magazine').''; ?>