arkadaşlar html temamı wordpresse entegre ediyorum polygan eklentisini ekleyim 4 dilli site haline getirdim, getirmeden önce çalışan kodum
<?php query_posts('showposts=6&orderby=cat&cat=1,2'); ?>
                         <?php if (have_posts()) : while (have_posts()) : the_post()); ?>
                                <div class="col-lg-6">
                                    <div class="tr-news">
                                        <div class="tr-news-img">
                                           <img src="<?php the_post_thumbnail(); ?>" alt="">
                                        </div>
                                        <div class="treding-new">
                                              <h5><?php the_category(', ') ?></h5>
                                             <h3><a href="<?php the_permalink('') ?>" title=""><?php the_title(); ?></a></h3>
                                             <p><?php the_excerpt(); ?></p>
                                             <span><?php the_time('F j, Y') ?> <a href="#"><?php the_author(''); ?></a></span>
                                        </div>
                                    </div>
                                </div>
<?php endwhile;else : endif; ?>
dil seçeneği getirdikten sonra çalışmadı nasıl bir yol izlemem gerekecek ingizlice kaynaklarda da bulamadım