Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I want to change from english to brazilian portuguese so the labels “Read More”, “With”, “Comments”, are translated.
I could change the “Read More” text using this:
$(".bt_readmore_btn").html("Continua...");
</script>
</body>
</html>
But it’s not the “official” way, just a turn around.