Finalizing the category

This commit is contained in:
Danang Probo Sayekti 2015-08-27 12:18:42 +07:00
commit 310b63e606

View file

@ -453,6 +453,10 @@ function get_category($category, $page, $perpage)
$posts = get_post_sorted();
$tmp = array();
if (empty($perpage)) {
$perpage = 10;
}
foreach ($posts as $index => $v) {