Eklentiyl alakası yok.

footer.php'nin sonuna şu kodları ekle.

<div id="footer">
<div id="footercontent">
<div class="copyright" style="text-align: left">
<a href="http://www.google.com">Google</a>
Yazı 1 • 
Yazı 2 • 
Yazı 3 • 
Yazı 4<br />
&copy; 2010 - Forsbey
</div>
</div>
</div>
style.css'ne de bu kodları:
#footer {
	margin-top: 20px;
	width: 100%;
	background: #666;
	border-top: 5px solid #aaa;
	padding-top: 15px;
	padding-bottom: 15px;

}


#footercontent {
	width: 950px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;

}



#footercontent ul {
	float: left;
	margin-bottom: 10px;
}



#footercontent ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #ddd;
	line-height: 1.5em;

}



#footercontent ul li a {
	float: left;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
}



#footercontent ul li a:hover {
	color: #aeec07;
	line-height: 1.5em;
}

.copyright {
	color: #feffe3;
	line-height: 1.5em;
	font-size: 11px;
}


.copyright a {
	font-weight: normal;
	line-height: 1.5em;
	color: #FFF;
}

.copyright a:hover {
	color: #aeec07;
	line-height: 1.5em;
}
style.css'de daha önceden bu idler kullanılmışsa silmen gerekir.
mesela footer kısmı kesin vardır.