Cita:
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<p style="text-align:center">Copyright © <?php echo date(‘Y’);?> <?php bloginfo(‘name’); ?> Diseñado por <a href=”http://websolutionsmallorca.com” target=”_blank”>Diseño Web Mallorca</a> </p>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<p style="text-align:center">Copyright © <?php echo date(‘Y’);?> <?php bloginfo(‘name’); ?> Diseñado por <a href=”http://websolutionsmallorca.com” target=”_blank”>Diseño Web Mallorca</a> </p>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>