Tagged: read more
HI,
I have translated the child-theme, but the “Read More” in the blog does not change.
also, the text at the bottom of the post, where there is a call to comment:
Want to join the discussion?
Feel free to contribute!
Thanks
Tal
Hey talelie,
Why not use a program like Loco Translate or Poedit for it?
Best regards,
Jordan Shannon
Hi Jordan,
It is all translated via poedit. but it does not apply into the site.
Hi,
Try adding the following to functions.php
// custom script
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() {
?>
<script type="text/javascript">
(function($) {
function a() {
$(".read-more-link a").empty().text('CHANGE THIS TEXT');
}
a();
})(jQuery);
</script>
<?php
}
Best regards,
Jordan Shannon
now it’s even worst… i have changed the “Change this text” into Hebrew wording, but it al the time showed it in English.
Please visit my blog page: http://www.wiseway.co.il/mkt-blog/
Thanks
Tal
Hi Tal,
I don’t see the “Read more” anywhere on that page. Did you get it solved? That could have been just a cache issue.
Best regards,
Victoria
Hi Victoria,
Yes, you right, it has been solved. thanks,
Tal
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon