Guys, I am going to launch my first site(blog) and I m a newbie in webmasters world with no experience of coding. Please help me change my footer. site : symbiansmartphone(dot)com my current footer.php : <div class="fix"></div> </div><!--/columns --> <div id="footer"> <p>Copyright © <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>. <a href="http://www.netbks.com">Powered</a> <a href="http://www.netbks.com">b</a><a href="http://www.netbks.com">y</a> <a href="http://www.wordpress.org">Wordpress</a>.</p> </div><!--/footer --> </div><!--/page --> <?php wp_footer(); ?> </body> </html> footer in my site shows, copyright@symbiansmartphone.powered by wordpress 'powered' and 'by' links to a site netbk(dot)com and wordpress links to wordpress(dot)org. I don't want the powered by wordpress thingy in footer. And I certainly don't want those words to link to those sites if I must have that sentence in the footer. One more thing, If you help me change the footer, pls give me some info on how to add some of my pages in the footer like (Privacy Policy, Disclaimer, DMCA etc). I will test with ur edited footer.php so pls make sure it works as I certainly don't want to screw up my theme and blog. Thnks all dp brothers.
try taking out Powered</a> <a href="http://www.netbks.com">b</a><a href="http://www.netbks.com">y</a> <a href="http://www.wordpress.org">Wordpress</a>.