Rafa Mérida
Rafa Mérida

Reputation: 97

Wordpress links function

Is it possible to display a list with ALL links except of 1 category?

Because I want a page that lists only "Cat1 links", and another page that lists "All links except Cat1".

Any suggestion?

Upvotes: 0

Views: 29

Answers (1)

Software Engineer
Software Engineer

Reputation: 236

Refer: http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories

You can use 'exclude' parameter to exclude categories. Is this what you are looking for ??

Thanks.

Upvotes: 1

Related Questions