Hey!
Thanks for reaching out to us.
I’m sorry to hear that you’re having trouble getting the title to display properly on your calendar. Based on the issue you’re noticing with the code showing in your dashboard, it sounds like the code may be placed in your functions.php file outside of the PHP tags.
If the code was pasted at the bottom of your functions.php file, ensure that it is included before the closing “?>” tag.
If the code is pasted at the top of your functions.php file, ensure that it is included after the opening “<?php” tag.
This should fix the issue with the code displaying within your dashboard as well as hopefully fix the title display for you. Let me know if this does fix the issue. If it doesn’t we can definitely dig into this one a bit further.
Thanks!