如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
掌握的方法
_e() 获取翻译并输出打印
__() 获取翻译,返回值
the_category() 获取当前文章所属的分类
the_author() 获取文章的作者
the_time() 获取文章的发布时间
edit_post_link() 如果登录,显示编辑链接,便于修改文章
<span><? the_category(','); ?></span> <span><? the_author(); ?></span> <span><? the_time("Y-m-d H:i:s"); ?></span> <span><? edit_post_link('edit','|','||'); ?></span>
多语言
下载软件poedit https://poedit.net/
视频07
后续用到了,再整理
> 本文由子枫笔记快捷发布!