MULTIMEDIA, Video digital, Grabación, Diseño gráfico, Diseño web, Programación > Webmasters - Diseño Web - Programación - Diseño gráfico

¿Cómo cambiar comments title de un blog de wordpress? (SOLUCIONADO)

<< < (2/2)

Liamngls:
Creo que lo encontré, la cadena es la que pones en el primer comentario pero el archivo debería ser algo así:

public_html/wp-content/themes/montezuma/admin/options/

Y el archivo 300_comments.php ... o similar.


--- Código: ---# Comment area title

array(
'id' => 'comments_title_single',
'type' => 'text',
'title' => 'Comments title',
'before' => 'If there is 1 comment. <code>%2$s</code> = Post Title: <span class="arrow-down">&nbsp;</span><br>',
'std' => '<span>One</span> thought on %2$s',
),

array(
'id' => 'comments_title_plural',
'type' => 'text',
'title' => '',
'before' => 'If there are 2 or more comments. <code>%1$s</code> = comment number, <code>%2$s</code>
= Post Title: <span class="arrow-down">&nbsp;</span><br>',
'std' => '<span>%1$s</span> thoughts on %2$s',
'group' => true
),
--- Fin del código ---

Ya como eso no te solucione el problema solo se me ocurre meterle fuego  :ciego:

esbrinartot:
jejej pensarás que soy un poco zoquete o lerdo.

Que le haremos... bien pues después de modificar el código y dejarlo de la siguiente manera y wordpress ni se entera  :-6 :-6 :-6 :-6 :-6 :-6 :-6


--- Código: ---[tt]# Comment area title

array(
'id' => 'comments_title_single',
'type' => 'text',
'title' => 'Comments title',
'before' => 'If there is 1 comment. <code>%2$s</code> = Post Title: <span class="arrow-down">&nbsp;</span><br>',
'std' => '<span>One</span> comentario en %2$s',
),

array(
'id' => 'comments_title_plural',
'type' => 'text',
'title' => '',
'before' => 'If there are 2 or more comments. <code>%1$s</code> = comment number, <code>%2$s</code>
= Post Title: <span class="arrow-down">&nbsp;</span><br>',
'std' => '<span>%1$s</span> comentarios en %2$s',
'group' => true
),
[/tt]
--- Fin del código ---


Después de cambiar thoughts on ni se entera wordpress. Además esto lo intente ayer. Ayer Wordpress me daba error.

Creo que es lo que he entendido que tenia que hacer...

Si lo he entendido mal puedes coger una cerilla.

esbrinartot:
gracias por la ayuda

la solución está aquí:

http://forum.bytesforall.com/showthread.php?t=18910


Un tema menos

Navegación

[0] Índice de Mensajes

[*] Página Anterior

Ir a la versión completa