WordPress: How to get Rid of theme_credit()

simpleinbound WP Wordpress: How to get Rid of theme credit()
How to get rid of footer credit (or theme credit  theme_credit()?) at the bottom of a WordPress blog?
How to delete WordPress Blog credit at bottom?

Usally it is found in the “footer.php” file, but when deleted it can cause your blog theme to mess up.
A simple solution is just “comment” it out. This should keep it from showing without deleting the theme code. Notice the <!– character added twice

(Example)
Before

  &copy;
                <?php echo date(“Y”);?> – <?php bloginfo(‘name’); ?> is proudly powered by <a href=”http://wordpress.org/”>WordPress</a><br/>

  <?php /*Please leave 1 credit line to the theme designer. Thanks.*/ theme_credit();?>

After:

  <!–&copy;
                <?php echo date(“Y”);?> – <?php bloginfo(‘name’); ?> is proudly powered by <a href=”http://wordpress.org/”>WordPress</a><br/>–>

  <!–<?php /*Please leave 1 credit line to the theme designer. Thanks.*/ theme_credit();?>–>

pixel Wordpress: How to get Rid of theme credit()
Be Sociable, Share!
  • more Wordpress: How to get Rid of theme credit()
This entry was posted in Wordpress and tagged , , , . Bookmark the permalink.
If you would like to stay current on our Inbound Marketing Techniques, make sure to:
Subscribe to the RSS Feed!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>