hi,
can I know what widget is that? for date formatting (see Custom Date/Time Formatting section) – http://wp-events-plugin.com/documentation/placeholders/
I’ve used the widget on the right side with a twenty eleven theme. This is configured with the Events Manager upcoming events widget.
I know the date formatting, but I can’t find anything of how to place the day with a capital (Saturday instead of saturday).
Maybe there is a possibility to make a widget with own php code or edit the standard widget?
I believe it’s #l (lowercase L)
That’s for the day indeed, but then I get the day with a lowercase and I want to have it with a capital.
works for me, maybe it’s your theme or a plugin forcing lowercases
Okay, but then probably the day is with a capital everywhere, not only in the widget. But anyway, I can take a look if I use it anywhere on the page and maybe I can change it in the theme.
Thanks for your reply!
The Capitalproblem is solved now. I’ve edited the languagefile. Thanks for you help.
The other question stays, how to make a link of the date or make that text bold?
hi,
you can either use basic html e.g. <strong>#l</strong> or wrap it in a div or label then use some css to do the formatting.
That works indeed. It was yesterday very late so I hadn’t time to reply.
I also have fixed that the date is a link.
Thank you all!