我正在使用 qtranslate-x 插件来翻译我的 wordpress 网站。我正在用印地语和英语翻译我的网站。但是,我无法翻译我的发布日期。发布日期以英语显示,如“January 10”,但在印地语中显示为“???? 10”。如何使用 qtranslate-x 插件翻译特定语言的发布日期?
我的代码就像,
<time class="entry-date" style="padding:5px 10px;background-color:maroon;font-weight:bold;color:white;margin-left:-10px;" datetime="<?php the_time('M j'); ?>" content="<?php the_time('M j'); ?>">
<?php the_time('M'); ?>
</time>
其中'M'是一个月。我想在 the_time() 函数中进行翻译。
下面是截图: