[Plugin: Google AJAX Translation] Only translate the post title :(
-
I’m trying to setup google-ajax-translation for my site , but it’s only translate the post title.
I tried to check the code, but i don’t see any problem ??
my index.php file look like this:
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php if(function_exists('wp_email')) { email_link(); } ?> <div class="entry <?php if(is_home() && $post==$posts[0] && !is_paged()) echo ' firstpost';?>"> <div class="date"><p><span class="month"><?php the_time('M') ?></span><span class="day"> <?php the_time('j') ?> </span></p></div> <h3 class="etitle" id="post-<?php the_ID(); ?>"> <a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?> </a> </h3> <div class="emeta"> <?php echo " ???????: ";the_category(',');?> </div> <div class="ebody"> <?php the_content(__('????? ????? ?'));?> <?php comments_popup_link( '??? ?????? ','????? ??? ','% ?????? ', 'clink ','????? ???? ??????? '); ?> <br /> <div align="left"> <?php edit_post_link(__('<strong>?????</strong>'));?> </div> </div> <!-- <?php trackback_rdf(); ?> --> </div> <?php comments_template(); // Get wp-comments.php template ?> <?php endwhile; else: ?> <p> <?php _e('?????, ??? ?????? ???????? ???????.'); ?> </p>
my website: https://www.theiceman.co.il/blog
https://www.ads-software.com/extend/plugins/google-ajax-translation/
- The topic ‘[Plugin: Google AJAX Translation] Only translate the post title :(’ is closed to new replies.