Still no driveway
They’ve finally started to work on a driveway. So far it’s framed out. I’m hoping that it will be finished by the end of next week so we can use our garage again.
They’ve finally started to work on a driveway. So far it’s framed out. I’m hoping that it will be finished by the end of next week so we can use our garage again.
May 7th, 2005 at 5:24 pm
I have a question. I love the look of your Blog. I went to WordPress and downloaded their blog aplication and got it running and everything. But one thing that I was realy looking forward to was the Calander. Did you add that in. Please e-mail me back at [email removed for privacy]
Greg
May 9th, 2005 at 10:40 am
To add the default calendar, go into the “Site Admin” section. Under Presentation, click on the “Theme Editor” tab. Select the “Sidebar Template” from the theme files list on the right.
Now, find the area where you want the calendar to be inserted. It should be after a </li> tag (or before a <li> tag). Insert the following (you can format it how you like):
<li id=”calendar”><?php get_calendar(); ?></li>
Click “Update File” and you’re done!