Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
When opening blog/news section I still have english elements like READ MORE, comments, posted by, etc.
How can I change that to my site language?
Hello,
Do you use any translation plugin? We recommend the WPML plugin. You can also translate theme text via .PO files. If you can’t find any string there, let us know. Another way is to directly replace text in files. This is not recommended since it will prevent you from freely updating theme in the future. However, you can find “READ MORE” in files:
-specular\includes\view\blog\loop-fullscreen.php
-specular\includes\view\blog\loop-grid.php
-specular\includes\view\blog\loop-index.php
-specular\includes\view\blog\loop-second-style.php
-specular\includes\view\blog\loop-timeline.php
-specular\lang\en.po
Find “Posted by” and “Comments” in files:
-specular\includes\view\blog\loop-grid.php
-specular\includes\view\blog\loop-index.php
-specular\includes\view\blog\loop-second-style.php
-specular\includes\view\blog\single-fullscreen.php
-specular\lang\en.po
-specular\vc_templates\latest_blog.php
-specular\vc_templates\recent_news.php
Best regards!
You must be logged in to reply to this topic.