Translate Archives titles and subttiles

Hello

I need to translate the archives titles and subtitles like shown here (https://imgur.com/a/9yA2RvJ). I can’t seem to find the archives.php file to put in the child theme.

Thanks!

Hi @yanikphoto,

Thanks for reaching out.

It should be translated with language files and not by editing the templates. Please check this https://theme.co/apex/forum/t/setup-translation/61

Or are you just changing the text instead of translating it? Sure, you can edit the code directly and they are from here

\wp-content\themes\x\framework\legacy\cranium\headers\views\ethos_landmark-header.php
\wp-content\themes\x\framework\legacy\cranium\headers\views\integrity_landmark-header.php
\wp-content\themes\x\framework\legacy\cranium\headers\views\renew_landmark-header.php

It depends on your active stack, if you’re on Integrity then edit the file \wp-content\themes\x\framework\legacy\cranium\headers\views\integrity\_landmark-header.php

And you should copy the file in your child theme of the same folder structure to prevent updates from overwriting it. Example, \wp-content\themes\x-child\framework\legacy\cranium\headers\views\integrity\_landmark-header.php

Thanks!

Thanks! That’s what I needed!!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.