Hi natproff,
We can’t really help you with this here but it sounds like something related to this FAQ that may help: http://tri.be/faqs/the-calendar-page-title-shows-title-of-an-event/
I hope that helps!
– Jonah
Hi Jonah,
Thanks for the link. It wasn’t exactly the same problem but it’s helped me track down where the Untitled text is coming from so I’ve worked out a fix for it.
Thanks agin,
Natalie
Natproff, I am having the same issue. Care to share the secret on how to fix it? 🙂
Hi Jeremy,
Of course. It’s a dirty way but it’s working for me!
I’m using Thematic and within the library/extensions folder there is a file called content-extensons.php.
On line 916 is the following code:
$title_content = ‘‘ . _x(‘(Untitled)’, ‘Default title for untitled posts’, ‘thematic’) . ‘‘;
All I did was to replace ‘(Untitled)’ with ‘Events’
This may cause problems if you have any untitled posts in your site, so if there is a better way to do I’d love to know. I’m not using posts so it’s not a problem.
Hope this helps,
Natalie