I’m sorry, but I have to say something on this, why is it that when someone downloads a theme, it’s more of a hassle to add “text” next to the copyright in the footer OR where ever it’s located, then it is to install it, itself?
I mean Jesus! Either add this information in the readme file for download, or just make it a simple normal editing section of the “files”..like the footer.php file. BANG! That’s it! There you go! …then from there it can be changed..
Can’t ya just use this as an example:
<div id="footer"><!--start footer-->
<p>© 2005-2006 <a href="https://www.vindictivebastard.net">The Vindictive Bastard</a><br />
Original Template Design by <a href="https://andreasviklund.com/blog/webdesign/new-template-andreas08/"> Andreas Viklund</a> | Theme Revamped by <a href="https://www.vindictivebastard.net">Spencerp</a> | Blog Powered by <a
href='https://www.ads-software.com' title='Powered by WordPress, state-of-the-art semantic personal publishing platform.'>
<strong>WordPress</strong></a></p>
</div><!--close footer-->
</div><!--closes maincontainer (from header)-->
<div class="clear"></div>
</body>
</html>
CSS INFO BELOW:
#footer{
background:#2d455a url(img/footerbg.gif); background-repeat: repeat-x;
clear:both;
width:750px;
padding:5px 0;
font-size:0.9em;
color:#f0f0f0;
}
#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
As far as I know, that’s what makes the footer in this A08r theme of mine:
https://www.vindictivebastard.net/blog3/
spencerp