CoLLeR adlı üyeden alıntı



function Son_Konu(){
global $wpdb;
$CoLLeRUID = get_current_user_id();
$CoLLeRstatus = 'draft';
$CoLLeRLink = $wpdb->get_results("SELECT ID, post_name FROM ".$wpdb->posts." WHERE post_status = '".$CoLLeRstatus."' AND post_type = 'post' AND post_author = ".$CoLLeRUID." ORDER BY ID DESC LIMIT 1");
$CoLLeRURL = get_bloginfo("wpurl") . "/" . $CoLLeRLink[0]->post_name . "-" . $CoLLeRLink[0]->ID . ".html";
return $CoLLeRURL;
}



$CoLLeRstatus değişkeni ile taslak veya yayımlanmış post gibi değiştirebilirsin.Şuan taslak olarak son konuyu alır.

Çok teşekkürler peki bu aldığımız tarihe nasıl 30 dk daha eklerim ?