Skip to content

Commit ed76399

Browse files
committed
add 10 tags
1 parent 5dfde8d commit ed76399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function get_tag() {
400400
$args = array(
401401
'orderby' => 'count',
402402
'order' => 'DESC',
403-
'number' => 5,
403+
'number' => 10,
404404
);
405405

406406
$tags = get_tags( $args );

0 commit comments

Comments
 (0)