Skip to content

Hi You, I am Tade

  • About
  • Donate
  • Privacy policy
    • About
    • Donate
    • Privacy policy

Hiển thị thời gian kể từ ngày đăng trong wordpress

  • Hoàng Thức
  • May 22, 2016

Đây là một đoạn code nhỏ trong wordpress cho phép bạn hiển thị thời gian từ ngày đăng bài đến hiện tại. Các bạn có thể thêm nó vào file function.php


/**
 * Display time since post was published
 *
 * @uses	human_time_diff()  Return time difference in easy to read format
 * @uses	get_the_time()  Get the time the post was published
 * @uses	current_time()  Get the current time
 *
 * @return	string  Timestamp since post was published
 *
 * @author c.bavota
 */
function get_time_since_posted() {

	$time_since_posted = human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . ' ago';

	return $time_since_posted;

}

Bây giờ các bạn có thể sử dụng hàm get_time_since_posted() để hiển thị thời gian từ ngày đăng bài cho đến hiện tại trong loop wordpress.
Tham khảo hàm human_time_diff() tại http://codex.wordpress.org/Function_Reference/human_time_diff

    Tags:
  • Thủ thuật wordpress
  • wordpress nâng cao
    Share

Post navigation

←Previous:
Next:→

44 thoughts on “Hiển thị thời gian kể từ ngày đăng trong wordpress”

  1. Pingback: ระยองซัคเซส
  2. Pingback: Douceur Beauty
  3. Pingback: เสื้อยูนิฟอร์ม
  4. Pingback: คาเฟ่ ชลบุรี
  5. Pingback: situs bola
  6. Pingback: Hotels in Singapore
  7. Pingback: Webb.org
  8. Pingback: golden teacher mushroom for sale
  9. Pingback: legal status of mdma
  10. Pingback: เครื่องให้อาหารทางสายยาง
  11. Pingback: fuck boy 2024
  12. Pingback: ไส้เทียมคอลลาเจน
  13. Pingback: Herstel burnout
  14. Pingback: sell drugs
  15. Pingback: Junk search engine
  16. Pingback: โรงงานผลิตชุดเครื่องเสียง
  17. Pingback: seo company
  18. Pingback: helen88
  19. Pingback: fk brno 7.5
  20. Pingback: ฮัก99 โปรโมชั่นจัดกันจุกๆ
  21. Pingback: arena breakout infinite hacks
  22. Pingback: fox888
  23. Pingback: ทัวร์เวียดนาม
  24. Pingback: 789bet เครดิตฟรี
  25. Pingback: เช่าห้องเก็บของ
  26. Pingback: cat888
  27. Pingback: ของเล่นสนาม
  28. Pingback: เว็บพนันออนไลน์เกาหลี
  29. Pingback: about
  30. Pingback: ลำโพง TOA
  31. Pingback: ยางยอย
  32. Pingback: โอลี่แฟน
  33. Pingback: เว็บปั้มไลค์
  34. Pingback: essentials
  35. Pingback: bgame777
  36. Pingback: รับติดตั้งระบบระบายอากาศ
  37. Pingback: King Chance
  38. Pingback: Werewolf\'s Hunt
  39. Pingback: Ashley
  40. Pingback: ชุดกระชับสัดส่วน
  41. Pingback: here
  42. Pingback: Mostbet
  43. Pingback: quickq����
  44. Pingback: เครื่องเป่าแอลกอฮอล์

Comments are closed.

©2025 Hi You, I am Tade / Designed & Built by WPFound