<?php
if(ICL_LANGUAGE_CODE==en){
// content for english language here
} else {
// content for russian language here
}
?>
if (get_locale() == 'en_EN') {
// content for english language here
} else {
// content for russian language here
}
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_title (); ?>
<?php the_content (); ?>
<?php endwhile; ?>
<?php endif; ?>
админка - Плагины - ищите названия:
wpml, qtranslate, qtranslate-X, polylang, wpglobus
а может у вас и вовсе нет плагинов мультиязычности...