Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2012, 03:57
Avatar de DooBie
DooBie
 
Fecha de Ingreso: septiembre-2004
Mensajes: 1.101
Antigüedad: 19 años, 7 meses
Puntos: 71
Respuesta: ¿Cómo edito este footer?

Acaso quieres quitarle el copyright?
Eso es lo que pone:
Código PHP:
<?
global $options;
foreach (
$options as $value) {
    if (
get_settings$value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings$value['id'] ); }
}
?>
<div id="footer">
<p>2010 &copy; <a href="<?php echo home_url'/' ); ?>"><?php bloginfo'name' ); ?></a> Designed by <a href="http://www.5shadesreseller.com">Web hosting reseller</a> in collaboration with <a href="http://www.dreaminterpretationguide.com/dream-dictionary.html">Dream Dictionary</a>, <a href="http://www.5shadestemplates.com/oscommerce-templates.html">Oscommerce Templates </a>, <a href="http://www.pupdogtraining.com">Pup Dog Training</a></p>
</div>

</div><? echo stripslashes($wp_analytics); ?>
<?php wp_footer
(); ?>
</body>
</html><?