This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Finalizing the category
pull/255/head
Danang Probo Sayekti
10 years ago
parent
881aa37dcf
commit
310b63e606
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
system/includes/functions.php
+ 4
- 0
system/includes/functions.php
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
)
{
Write
Preview
Loading…
Cancel
Save