Theme Customizing

Holy Fonts Batman!

Tuesday, January 22nd, 2008

If you look in your style.css it will most likely show several fonts listed. Here is what I mean:
body { font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
Or in a source code of a non css html website you might see:
< FONT FACE="Trebuchet MS, arial, verdana" >“> Text Text < /FONT >
Notice that I [...]

Add A Sitemap To Your Wordpress Blog

Sunday, January 20th, 2008

Chris over at Pearsonified has put together a great way to add an xhtml sitemap to your blog.
In a nutshell you open your page.php and edit it with some code Chris lets you download so your sitemap matches your blogs theme. Go look at my sitemap then hit your back button and come back.
Done? Ok [...]