Wordpress Theme Step By Step Tutorial - Part 15: At previous tutorial about wordpress theme, we talk sidebar. We also talk about content to body at here. It will be not complete if we don't talk about footer. This post, we will modify our wordpress footer.
Open your footer.php within wp-content/themes/crown. Edit for example like this:
</div>
<div class="separator">
</div>
<div id="footer">
Powered by <a href="http://www.wordpress.org">WordPress</a>.
Design by <a href="http://your-web.com">your web</a>
</div>
</div>
</body>
</html>