0
votes
1answer
188 views

Displaying custom taxonomy in the admin list of a custom post type

I'm trying to list the terms of a custom taxonomy ('genre') in the overview table in the admin area for a custom post type ('station'). To get this, I tried the following code in my theme's ...
0
votes
1answer
664 views

How to show only specific categories/term-id in filter [closed]

I have a portfolio template that shows all the portfolio_categories, with the possibility to filter among the categories. See: http://amazingtravel.se/wordpress/temaresor/ My question is how to ...