Add Attributes to Table?
-
For Group Events, is there any way to also add Attributes to the table, like I did with categories?
Such as:
Days Requested: #_ATT{Days Requested}
This was my category code:
<?php $terms = get_the_terms( $event->post_id, 'event-categories'); foreach( $terms as $term ) { echo $term->name; }?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add Attributes to Table?’ is closed to new replies.