Hello,
If you want to change language then it will show in front page also.
Thanks.
Is it possible to change it manually? I know I can name my sub-pages, but if I change the name of my front-page, it won’t affect the name of the link you saw in the image.
Hello,
If you change it manually then it show on front-page. There is no effect if you change the front-page.
Thanks.
So how do I change the name of the link (“home”) as seen in the picture below? I can change the name of current location (“about) as seen in the picture by renaming that specific sub-page, but I cannot change the name of the (“home”) link, which redirects to the front page.
http://imgur.com/a/pgdCi .
So how do I change it? Is it in theme options, CSS code or WordPress panel? I would greatly appreciate any help about my issue!
Hi,
You can change link (“home”) name, for this just go to Enigma theme directory open functions.php file and see the code –
$home = __('Home', 'enigma' );
In this code just replace the Home as per your requirement text and save the file.
And current location (“about) is your page name so it can be changed when you make the page.
Thanks.