【发布时间】:2017-02-07 10:42:19
【问题描述】:
我正在使用 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() 函数中翻译。
下面是截图:
【问题讨论】:
标签: php wordpress translation qtranslate-x