Love this theme! However, I’m having one small problem with it. As you can see, the calendar shows up with SUN instead of S for Sunday. Other days same problem. So the calendar sticks out into the middle.
I’ve researched how to fix this, but have not found the answer. Please help. :’)
Many thanks,
Ron
admin November 30th, 2007
11:39 pm
Hi Ron,
I think you use the get_calendar function in the sidebar wrongly.
You can edit the sidebar.php, the calendar part should be like this :
get_calendar()
instead of
get_calendar(1)
Hi,
Love this theme! However, I’m having one small problem with it. As you can see, the calendar shows up with SUN instead of S for Sunday. Other days same problem. So the calendar sticks out into the middle.
I’ve researched how to fix this, but have not found the answer. Please help. :’)
Many thanks,
Ron
Hi Ron,
I think you use the get_calendar function in the sidebar wrongly.
You can edit the sidebar.php, the calendar part should be like this :
get_calendar()
instead of
get_calendar(1)
The complete explanation can be found here :
http://codex.wordpress.org/Template_Tags/get_calendar