Customizing Footer in Twenty Eleven 1.2 Theme

  • Autor Autor tonimotlos
  • Fecha de inicio Fecha de inicio
T

tonimotlos

Delta
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. Enlace eliminado el código del footer es el siguiente:

<?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 &copy; <?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>
 
Atrás
Arriba