Hi,
I tried now for so long, but I haven't found in theme's files, where I can translate the words
- visit site
- read more
of portfolio items into German.
In which files are these two sentences?
Thanks.
(3 posts)
(2 voices)
Hi,
I tried now for so long, but I haven't found in theme's files, where I can translate the words
- visit site
- read more
of portfolio items into German.
In which files are these two sentences?
Thanks.
Hello colorit,
Open up /wp-content/themes/awake/lib/functions/shortcode.php and on line 141 you should see this..
if(!$read_more_disable){ $out .= '[raw]<a class="fancy_link" href="' .$permalink. '"><span>Read More</span></a>[/raw]'; }
if($portfolio_link){ $out .= '[raw] <a class="fancy_link target_blank" href="' .$portfolio_link. '"><span>Visit Site</span></a>[/raw]'; }
You can change the text there, make sure to do the same thing on lines152, 153 as well.
Work fine, thank you very much.
You must log in to post.