Skip to content

Instantly share code, notes, and snippets.

@az1979
Last active January 5, 2018 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/d8a5f15b56694ab4805758b11f66d91b to your computer and use it in GitHub Desktop.
Save az1979/d8a5f15b56694ab4805758b11f66d91b to your computer and use it in GitHub Desktop.
WordPress - 投稿日の代わりに更新日を表示する方法(日付操作) - Type.1
article time.published:not(.updated) {
display: none;
}
article time.updated:not(.published) {
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment