Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I want to display only the specified categories in the blog.

Thanks.

share|improve this question

closed as off topic by paulmorriss Sep 21 '12 at 16:16

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The standard wp_list_categories function has parameters to include or exclude whatever categories you want.

share|improve this answer