Estoy intentando personalizare el pie en el theme Twenty Eleven 1.2 pero al poner el enlace a mi web me crea un enlace juntando la dirección de mi blog y la de mi web.
http://www.direciondemiblog.com/http://www.miweb.com el código del footer es el siguiente:
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>