Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
How to translate change Leave a reply
codename47
December 2015
edited December 2015
in
Theme support
I want to change the "Leave a reply" Text. but i cant find tranlate for comments
Comments
Albert
December 2015
Hi,
this text can not be translated unfortunately. It always come in the same language as WP installation.
Thanks!
codename47
December 2015
jQuery(function ($) {
$('#reply-title').text('new text');
$('.submit').text('new text');
$('.submit').val('Ynew text');
$('.comment-form-comment label').text('new text');
});
i try like this jq it is worked
Albert
December 2015
That was smart. Obviously if you are a good coder, everything would be possible for you. Thanks for this smart part of javascript code.
Sign In
or
Register
to comment.
Comments
this text can not be translated unfortunately. It always come in the same language as WP installation.
Thanks!
$('#reply-title').text('new text');
$('.submit').text('new text');
$('.submit').val('Ynew text');
$('.comment-form-comment label').text('new text');
});
i try like this jq it is worked