Filter Custom Post Types By Category (Taxonomy)
I was trying to find a way to filter my custom post types by category in the admin view and was having difficulty learning how to do it. After a…
I was trying to find a way to filter my custom post types by category in the admin view and was having difficulty learning how to do it. After a…
The following snippet will get the posts of a specific category. So if you wanted to have a page that just shows posts of a certain category this would do…
The following snippet will display the categories in a list for the post. The comma in the parenthesis separates each category with a comma.