Presenta tu BlogHola tengo un sitio con la plantilla Twenty Eleven 1.2 http://www.radtaurenmallorca y tengo problemas con los links en el footer.
El link que me hace es http://radtourenmallorca.com/"http://websolutionsmallorca.com"
El codigo 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 © <?php echo date(‘Y’);?> <?php bloginfo(‘name’); ?> Diseñado por Diseño Web Mallorca </p>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
1. NO se muestra tu página.
2. ¿cuál es le problema?
1. NO se muestra tu página.
2. ¿cuál es le problema?
El problema es que me pone el link del blog unido al de la pagina que quiero enlazar, mira http://www.mallorcastrande.eu y mira el footer
Debes Identificarte para publicar.