UPcoming Events Widget
-
I use Upcoming Events to embed the calendar listing in my post. I don’t need the ‘Description’ to show (I leave it blank in my Google calendar appointment). Is there some way to eliminate the ‘Description’ part?
-
-
I don’t know if that column can be omitted. Have added a “modlook” tag to the sidebar of this topic to call for staff attention.
-
-
-
Howdy! The shortcode doesn’t have that option, but you could try some CSS. Note this may not work in super old browsers:
.upcoming-events th:nth-of-type(4) { display: none !important; }
- The topic ‘UPcoming Events Widget’ is closed to new replies.