我想知道如何翻译下面的内容index.php
(或category.php
使用qtranslate?)。
我用的是“212”主题。
上的我的代码index.php
:
<?php
/**
* The main template file.
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
<?php get_header(); ?>
<?php
$page_id = 1500;
$page_data = get_page( $page_id );
echo apply_filters(\'the_content\', $page_data->post_content);
?>
<section id="last-articles_homepage">
<h1>Latest News</h1>
...
我想翻译里面的内容<section>
和<h1>
例如,用法语标记。