标签: wordpress date post
我的博客出了点问题。 为什么每天,每个帖子的每个日期都改变到当前日期?
我在wordpress博客的每个环境中搜索,但我找不到任何东西。
请有人帮我解决这个问题吗?
祝你好运
答案 0 :(得分:0)
如果您已创建自己的主题,请在主题页面中打开查找current_time()功能,然后使用get_the_time()功能替换。
current_time()
get_the_time()
请refere