Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/12/2011, 08:19
HQX320
 
Fecha de Ingreso: junio-2008
Mensajes: 104
Antigüedad: 15 años, 11 meses
Puntos: 1
No hay manera de editar el footer!

Hola buenas, estoy intentando editar el footer de este Theme, cambiarle algunas cosas, pero por ética dejarle los enlaces del diseñador por supuesto , pero es claro que no puedo quitarlo me salta un mensaje. He estado buscando y nada

http://fthemes.com/download/?theme=musicstar

El theme es ese, salta automáticamente a descargar

Aquí para ver el live preview: http://fthemes.com/demo/MusicStar/


Gracias, necesito que me digais donde edito para poder modificarlo a mi antojo

Themater.php
Cita:
if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } }
if(!function_exists('get_sidebars')) { function get_sidebars($the_sidebar) { wp_initialize_the_theme_load(); get_sidebar($the_sidebar); } }
Footer.php
Cita:
<div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://wpcorner.com">Wordpress Themes</a> | Thanks to <a href="http://wpcorner.com/hostgator-coupon/">Hostgator Coupon</a>, <a href="http://broadwaytickets.co/the-book-of-mormon-eugene-oneill-theatre">Book of Mormon Broadway</a> and <a href="http://broadwaytickets.co/mary-poppins-new-amsterdam-theatre">Mary Poppins Broadway</a></div><!-- #credits -->