Hello,
I have bi-lingual site using Celestial Reloaded. I was able to translate all the content on the site with the WPML plugin with the exception of the header image.
The header image has some text and in order to translate it I need to use an alternative image for each language version.
Per WPML’s documentation, they advise to insert the following code into the relevant
:
As far as I can tell, the div of the header image has the id of “wp-header”. The problem is, I can’t find the file where the code/function which sets the content of that div is located.
So my questions are as follows:
1. Is this the best way to handle what I want to achieve (i.e. a different header image for each language version)?
2. If so, where do I put the code? Where is