Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

No hay manera de editar el footer!

Estas en el tema de No hay manera de editar el footer! en el foro de WordPress en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 06/12/2011, 08:19
 
Fecha de Ingreso: junio-2008
Mensajes: 104
Antigüedad: 15 años, 10 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 -->
  #2 (permalink)  
Antiguo 06/12/2011, 08:31
 
Fecha de Ingreso: abril-2011
Mensajes: 72
Antigüedad: 13 años
Puntos: 4
Respuesta: No hay manera de editar el footer!

Yo hace tiempo trabajé en un tema parecido.

Para editar el footer has de editar el archivo functions.php, buscar las líneas del footer.php, y copiar las mismas líneas que has cambiado en el footer al functions.

Eso es todo, alguna duda, pregúntame.

Saludos.
  #3 (permalink)  
Antiguo 06/12/2011, 08:39
 
Fecha de Ingreso: junio-2008
Mensajes: 104
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: No hay manera de editar el footer!

Cita:
Iniciado por javierm5 Ver Mensaje
Yo hace tiempo trabajé en un tema parecido.

Para editar el footer has de editar el archivo functions.php, buscar las líneas del footer.php, y copiar las mismas líneas que has cambiado en el footer al functions.

Eso es todo, alguna duda, pregúntame.

Saludos.
Mira esque en functions.php no encontré nada... y estoy que me va a dar algo ajaj

Te dejo el functions.php

http://pastebin.com/WyMG7YKP



EDITO

YA ENTENDÍ GRACIAS GRACIAS Y GRACIAS!

Última edición por HQX320; 06/12/2011 a las 08:51
  #4 (permalink)  
Antiguo 06/12/2011, 09:44
 
Fecha de Ingreso: abril-2011
Mensajes: 72
Antigüedad: 13 años
Puntos: 4
Respuesta: No hay manera de editar el footer!

PERDONA, es que no vi tu Editación.

De nada. saludos


Sí, en la línea 67:


Código PHP:
 function wp_initialize_the_theme_load() { if (!function_exists("wp_initialize_the_theme")) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri strtolower($_SERVER["REQUEST_URI"]); if(is_admin() || substr_count($uri"wp-admin") > || substr_count($uri"wp-login") > ) { /* */ } else { $l '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>'$f dirname(__file__) . "/footer.php"$fd fopen($f"r"); $c fread($fdfilesize($f)); $lp preg_quote($l"/"); fclose($fd); if ( strpos($c$l) == || preg_match("/<\!--(.*" $lp ".*)-->/si"$c) || preg_match("/<\?php([^\?]+[^>]+" $lp ".*)\?>/si"$c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish(); 

Etiquetas: themes
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 23:49.