small calender, first letter of event category instead of date
-
hello,
i’ve sucessfully removed the date (number) of the <td>’s in the small calender view.
now i’m trying to replace them by the category name of the corresponding event.https://i.imgur.com/YYio1LB.png
in example above the category name of the events (red background) would be T (hard coded right now).i’ve tried several get_term methodes like:
<?php $term_list = wp_get_post_terms($post->ID, 'event-categories', array("fields" => "all")); print_r($term_list); ?>
any help would be appreciated!
thanks a lot
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘small calender, first letter of event category instead of date’ is closed to new replies.