roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

Taxonomy column in wp admin #61

Closed roryashfordbentley closed 7 years ago

roryashfordbentley commented 8 years ago

Came across a situation where it was necessary to add a column to the wordpress post list in the backend to show taxonomies per post and it couldn't be simpler to implement just add the following to the Taxonomy arguments in lib/taxonomies.php

'show_admin_column' => true,
roryashfordbentley commented 7 years ago

Fixed in 846dcdc