ashuthinks
Newbie
- Feb 22, 2012
- 1
- 0
Hi,
I have created a blog in wordpress used a theme from ftheme
I'm getting error :
These links are all family friendly and will not hurt your site in any way
when I try to delete footer text please help me how can I do this.
footer.php
I have created a blog in wordpress used a theme from ftheme
I'm getting error :
These links are all family friendly and will not hurt your site in any way
when I try to delete footer text please help me how can I do this.
footer.php
PHP:
<?php global $theme; ?>
<div id="footer-wrap" class="span-24">
<div id="footer">
<div id="copyrights">
<?php
if($theme->display('footer_custom_text')) {
$theme->option('footer_custom_text');
} else {
?> © <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a>. <?php _e('All Rights Reserved.', 'themater');
}
?>
</div>
</div>
</div>
</div>
<?php /*
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
You can buy this theme without footer links online at fthemes/buy/?theme=accrue
*/ ?>
<div id="credits">Powered by <a href="wordpress/"><strong>WordPress</strong></a> | Designed by: <a href="suv.reviewitonline/">best suv</a> | <a href="suv.reviewitonline/audi-suv/">audi suv</a>, <a href="suv.reviewitonline/infiniti-suv/">infiniti suv</a> and <a href="suv.reviewitonline/toyota-suv/">toyota suv</a></div><!-- #credits -->
</div><!-- #wrapper -->
<?php wp_footer(); ?>
<?php $theme->hook('html_after'); ?>
</body>
</html>