After going to another page, switches to default language
-
First of all, i know that maybe i made my website not as it should be done, just starting with WP. But here it goes.
Situation:
i have multiple pages about.php contacts.php etc…And to store images and text in my website i used “Spots” plugin. So, in admin panel “pages” tab, every page is empty. But everything i need i coded using this:<?php if ( function_exists( 'icit_spot' ) ) icit_spot( 'text_wall' ); ?>
. So this “text_wall” contains required text for website where i wrote that php code.
The problem:
lets say my widget tab is in footer. where i have wpglobus. after changing the language, it changes it perfectly, BUT ONLY ON THAT PAGE. After going to another, (i.e. about-> contacts) language switches back to default.
The question:
How to force it to keep my selected language ?
- The topic ‘After going to another page, switches to default language’ is closed to new replies.