Is there a way to determine the original date/time of a Wordpress blog post?
Take for example this blog post. There is no way to determine the date/time of the original posting. However if you leave a comment then the date/time it was left is published.
That's not a blog "post", but a page. It doesn't share the date it was posted because it's meant to act as a web page that can change over time, not a post with information that may correlate to a single point in time.
If you are asking how to show the date/time on a page, this is absolutely possible. You can use the following code to display it. Just paste this code in the loop that is used in the page.php file of your theme
发布评论
评论(2)
这不是博客“帖子”,而是页面。它不共享发布日期,因为它是一个可以随时间变化的网页,而不是包含可能与单个时间点相关的信息的帖子。
That's not a blog "post", but a page. It doesn't share the date it was posted because it's meant to act as a web page that can change over time, not a post with information that may correlate to a single point in time.
如果您询问如何在页面上显示日期/时间,这绝对是可能的。您可以使用以下代码来显示它。只需将此代码粘贴到主题的 page.php 文件中使用的循环中
即可按照您的意愿设置日期样式,请参阅此页面:http://codex.wordpress.org/Formatting_Date_and_Time
If you are asking how to show the date/time on a page, this is absolutely possible. You can use the following code to display it. Just paste this code in the loop that is used in the page.php file of your theme
In order to style the date as you wish, see this page: http://codex.wordpress.org/Formatting_Date_and_Time