Categories
Genesis Tutorials

Show Different Site Title Based On Language Setting

This code works based on the language you set in Settings > General > Site Language.

The language you set will output in the HTML source code which you can view in Chrome by right clicking > View Page Source which generates a HTML document like this:

html

Note: The code changes the title on the front end but not in the HTML of the page source.

In this example, it displays a different title when the site language setting is set to French like this:

site-langauge

It replaces the title set in Settings > General > Site Title:

site-title

Here’s the code for logged in members:

Leave a Reply

Your email address will not be published. Required fields are marked *