Quiera ver de que manera me pueden dar una mano para editar el footer de blog wordpress, he intentado hacerlo solo pero no he podido, manejo muy poco los códigos y se me deforma el cuerpo del blog.
Necesito colocar en mi blog este footer, les dejo una imagen y código.
Cita:
Y lo que quiero hacer es colocar este mismo código en otro theme pero no me sirve. Quería saber si alguno de los mas expertos pueden darme una mano y editar de este código y que pueda usar este theme pero con el código footer inicial. Espero me entiendan lo que quiero hacer. <div id="footer">
<div class="footerleft">
<p><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></p>
<p>Copyright © 2009 - 2010 All rights reserved.</p>
</div>
<div class="footerright">
<p><a href="http://www.gananciasgvo.com" title="GananciasGVO" >GananciasGVO</a><a href="http://www.gananciasgvo.com" title="GananciasGVO" ></a></p>
<p>Powered by <a href="http://wordpress.org" >WordPress</a> · <a href="http://validator.w3.org/check?uri=referer">XHTML</a> · <?php wp_loginout(); ?></p>
</div>
<?php wp_footer(); //we need this for plugins ?>
</div>
<!--end #footer-->
</div>
</body>
</html>
<div class="footerleft">
<p><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></p>
<p>Copyright © 2009 - 2010 All rights reserved.</p>
</div>
<div class="footerright">
<p><a href="http://www.gananciasgvo.com" title="GananciasGVO" >GananciasGVO</a><a href="http://www.gananciasgvo.com" title="GananciasGVO" ></a></p>
<p>Powered by <a href="http://wordpress.org" >WordPress</a> · <a href="http://validator.w3.org/check?uri=referer">XHTML</a> · <?php wp_loginout(); ?></p>
</div>
<?php wp_footer(); //we need this for plugins ?>
</div>
<!--end #footer-->
</div>
</body>
</html>
Cita:
Otra pequeña consulta es, como arreglar este error que trae en la barra lateral, dice: Síguame en twitter aquí. cuando deberia de ser Sígueme en twitter aquí.</div> <!-- #main -->
<?php wp_footer(); ?>
<?php // Sully Denons « Organical Code » - No animals were harmed during the testing of this theme. ?>
<?php echo get_option('google_analytics'); ?>
</body>
</html>
<?php wp_footer(); ?>
<?php // Sully Denons « Organical Code » - No animals were harmed during the testing of this theme. ?>
<?php echo get_option('google_analytics'); ?>
</body>
</html>
Saludos y muchas gracias de ante mano.