Pierpaolo Benini
asked 7 years ago

Need to traslate into italian “previos posts”,  “next post” and somo othe smal front messages, but did not find these strings in .po file in wp-content/themes/dw-focus/languages
How can I do?

1 Answers
DominicStaff
answered 7 years ago

To translate the “previous posts”,  “next post”, you can use the following code:

.post-navigation .nav-links .nav-previous:before {
content: "Previous Post" !important;
}
 .post-navigation .nav-links .nav-next:before {
content: "Next Post"!important;
}

About some small front message, you can let me know detail about the position.

If you still face their issue, you can send me username & password of your site for further checking, I will help you resolve it.

Pierpaolo Benini
replied 7 years ago

Thank you, I did not look in css!

Dominic Staff
replied 7 years ago

Yes, if you have any issue or question please let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro