Hola, estoy tratando de modificar un nuevo theme que me baje y no puedo modificar los links finales del theme, en realidad si puedo, pero me sale un error al borrar los links, no quiero borrar los creditos, solo los links de propaganda que me resultan fastidiosos.
Este es el footer completo:
Lo que trato de borrar es esto:
Hay alguna forma de borrarlo?
Saludos
Este es el footer completo:
Insertar CODE, HTML o 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_cu stom_text');
} else {
?> © <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a>. <?php _e('All Rights Reserved.', 'themater');
}
?>
</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.
// Warning! Your site may stop working if these links are edited or deleted
//
// You can buy the link free version of this theme online from http://fthemes.com/buy/
?>
<div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://wpcorner.com">Wordpress Themes</a> | Thanks to <a href="http://wpcorner.com/hostgator-coupon/">Hostgator Coupon</a>, <a href="http://broadwaytickets.co/the-book-of-mormon-eugene-oneill-theatre">Book of Mormon Broadway</a> and <a href="http://broadwaytickets.co/mary-poppins-new-amsterdam-theatre">Mary Poppins Broadway</a></div><!-- #credits -->
</div><!-- #footer -->
</div><!-- #footer-wrap -->
</div>
</div>
<?php wp_footer(); ?>
<?php $theme->hook('html_after'); ?>
</body>
</html>
Lo que trato de borrar es esto:
Insertar CODE, HTML o PHP:
| Thanks to <a href="http://wpcorner.com/hostgator-coupon/">Hostgator Coupon</a>, <a href="http://broadwaytickets.co/the-book-of-mormon-eugene-oneill-theatre">Book of Mormon Broadway</a>
Hay alguna forma de borrarlo?
Saludos