Week 5: Theme Hacking

Lecture Notes

This week we are just going to be hacking away at themes, altering them to fit your whim. We’ll install a theme and think up ways we can change it and then do it right in class.

All changes will appear on my installation of wordpress: http://zephir.seattlecentral.edu/aeivy/wordpress

Changing Title to Image Logo

	<div id="header">
 
		<div id="raccoglitore">
			<div id="logo">
<h1><a href="<?php echo get_option('home'); ?>" title="<?php bloginfo('description'); ?>"><img src="http://www.iowgraphics.co.uk/communities/4/004/006/720/834/images/4522906641.jpg" style="height:100px" alt="<?php bloginfo('name'); ?>" /></a></h1>
</div>

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Web Development Courses, Rants, Tutorials and Hacks