راستش این مطلب رو پیدا کردم اما نمیتونم جایی رو که اجازه ویرایش رو میده پیدا کنم.(اصلا بعنوان کاربر میتونم؟؟)
How do I exclude one or more categories from being listed in the list of categories?
Use the following function to list your categories but exclude category 1:
<?php wp_list_categories('exclude=1'); ?>
Of course, change the 1 to the ID of the category you want to exclude.
To exclude multiple categories, use this:
<?php wp_list_categories('exclude=1, 2'); ?>
کد:
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید