[Plugin: Event Organiser] Event Tags
-
I’m trying to get the event tags list to appear along with the category list. This is what I came up with:
<?php echo get_the_term_list( $post->ID, ‘event-category’, ‘Category: ‘, ‘, ‘, ” ); ?>
<?php if ( function_exists(‘the_event-tag’) ) {
the_event-tag(‘<span class=”tags”>’.__(‘Tags:‘).’ ‘, ‘, ‘, ‘</span>’); } ?>
<?php edit_post_link(‘Edit‘, ‘ | ‘, ”); ?>The category works fine, but I can’t seem to get the Tags to appear. Any suggestions would be appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Event Organiser] Event Tags’ is closed to new replies.