• I have an event in my grid view:

    Story Time – 7:30

    I want to make “Story Time” bold. My Calendar > Settings > Display > Event title (Grid) currently reads: “{title} – {time}” but whenever I try to add <b> or <strong> to the field, the code is removed on save. Is there a way to make part of the event title in grid view bold?

    • This topic was modified 1 year, 5 months ago by Ben Rothman.
    • This topic was modified 1 year, 5 months ago by Ben Rothman.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ben Rothman

    (@brothman01)

    The template field is sanitized so I cannot add a <span> or <br /> or any code to part of the string. wp_kses instead of escaping the entry would solve this quickly.

    • This reply was modified 1 year, 5 months ago by Ben Rothman.
    Plugin Author Joe Dolson

    (@joedolson)

    Thanks for calling this out – looks like something I lost when I refactored the settings in version 3.4, because this used to be possible. I’ve opened an issue for it and will take care of it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make part of event title bold’ is closed to new replies.