Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_weekday [ WordPress Function ]

the_weekday ( No parameters )
Uses:
  • $wp_locale
  • $post
Defined at:



Display the weekday on which the post was written.

Source


<?php
function the_weekday() {
    global 
$wp_locale$post;
    
$the_weekday $wp_locale->get_weekday(mysql2date('w'$post->post_datefalse));
    
$the_weekday apply_filters('the_weekday'$the_weekday);
    echo 
$the_weekday;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics