Yes, translate in default language is enabled, but i don’t need translate. I just want to show different content in blog. English articles in english version and russian articles in russian version (articles different in both languages).
Now I’am showing english and russian in same blog, but this not what i want.
Look here http://ikeaplanner.net/blog/
Yes, I would like to see the results of just two items. But i need what after vote page refresh to page with results shortcode[thisorthat_ranking].
Now, i found one hack 🙂 I just add “/rezultatai/” to HREF in plugin php code.
<!-- HOME HTML -->
<a href="/rezultatai/<?php echo wp_nonce_url($url); ?>" title="<?php the_title_attribute(); ?>" class="this-or-that-btn" rel="nofollow"> <?php the_post_thumbnail( $thumb_size ); ?></a>
<!-- HOME HTML END-->