Is there any way to filter the categories of a post? I am using wp_get_post_categories( $post -> ID );
i want to filter this listing i.e. if(post_name or post_id == "some id or some name") {it should not be displayed}
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
have you tried something like,
|
|||
|
|
|
You can do this by using in_category():
Where |
|||
|
|
