Skip to content

Instantly share code, notes, and snippets.

@nefeline
Created August 24, 2017 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nefeline/adeac60dca2a8af3fd5281949386e6d8 to your computer and use it in GitHub Desktop.
Save nefeline/adeac60dca2a8af3fd5281949386e6d8 to your computer and use it in GitHub Desktop.
Display Post Categories associated with CE at community/list
<?php
// Don't load directly
defined( 'WPINC' ) or die;
/**
* My Events Column for Category Display
*
* Override this template in your own theme by creating a file at
* [your-theme]/tribe-events/community/columns/category.php
*
* @since 4.5
* @version 4.5
*/
echo get_the_term_list( $event->ID, 'category', '', ', ', '' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment