Skip to content

Commit 1a18faa

Browse files
committed
Don't list the Uncategorized category.
1 parent a0a0eb4 commit 1a18faa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jquery.com/sidebar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<ul>
55
<?php wp_list_categories(array(
66
'depth' => 1,
7-
'title_li' => ''
7+
'title_li' => '',
8+
'exclude' => '1'
89
)); ?>
910
</ul>
1011
</aside>

jqueryui.com/sidebar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<ul>
55
<?php wp_list_categories(array(
66
'depth' => 1,
7-
'title_li' => ''
7+
'title_li' => '',
8+
'exclude' => '1'
89
)); ?>
910
</ul>
1011
</aside>

0 commit comments

Comments
 (0)