Every website/blog/word press owner want to add "Copyright" in Footer wrapper. It show you your Copyright. To add this go to your template HTML code box and find this
</div>
<div class='clear'/>
</body>
</html>
and write red code before finding code
</div>
</div>
<div class='clear'/>
</body>
</html>
Your Copyright wrapper look like this
Copyright ©2011
Share this
</div>
<div class='clear'/>
</body>
</html>
and write red code before finding code
</div>
<div id='footer'>
<div class='credit'>
Copyright ©2011 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>
<div class='credit'>
Copyright ©2011 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>
</div>
<div class='clear'/>
</body>
</html>
Your Copyright wrapper look like this
Copyright ©2011
Share this
4/12/2011 10:07:00 AM
Shaon
