MarioDiaz26
Member
Posted 1 year ago #
I would like to know how to remove the links to the Theme's Author page at the bottom of my site. I just created a site for our beach association and I wouldn't like them to see the links or visit the links at the bottom of each page. I've read a few posts on how to remove them without damaging your site but I've not had great luck. I also tried contacting the theme's author but still no luck getting a response. Is there a safe way to remove those links?? Anyone???
I'm using the Daisy Theme, here is my site: http://www.sobatx.org
MarioDiaz26
Member
Posted 1 year ago #
This is what's included in the Footer.php file.
<div class="span-24">
<div id="footer">Copyright © "><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></div>
<?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
// All links in the footer should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are edited or deleted ?>
<div id="footer2">Powered by WordPress | Designed by: CD Rates | Thanks to Seo Professional, Las Vegas Condo High Rises and FBF System</div>
</div>
</div>
</div>
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>
I am familiar with Daisy Theme.
Probably it's in the footer.php of your theme (if there is such file):
<div align="center"><font size="-3"> Theme Tweaker by Unreal</font></div>