Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello Guys,
for a German audience I´d like to change
PROJECT DESCRIPTION + PROJECT DETAILS
into German titles. How to do that without coding?
Hello,
If you are using any translation plugin like WPML and want to translate portfolio description titles, you can do it by using .po file.
Or you can translate the words by editing the file manually.
Depending on portfolio type you have selected edit one of the files:
specular\includes\view\portfolio\ – single-floating.php, single-container.php, single-fullwidth.php, single-gallery.php
Find the lines:
<div class="description">
<h4><?php _e('Project Description', 'codeless') ?></h4>
<?php the_content(); ?>
</div>
<div class="details">
<h4><?php _e('Project Details', 'codeless') ?></h4>
and change the words here.
Best regards!
You must be logged in to reply to this topic.