Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #853057

    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

    #853285

    Hey talelie,

    Why not use a program like Loco Translate or Poedit for it?

    Best regards,
    Jordan Shannon

    #853362

    Hi Jordan,

    It is all translated via poedit. but it does not apply into the site.

    #853982

    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

    #856022

    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

    #856110

    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

    #856350

    Hi Victoria,

    Yes, you right, it has been solved. thanks,
    Tal

    #856486

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘"read more" text into Hebrew’ is closed to new replies.