Brentwood: currently 12°C, light rain high today 13°C, low tonight 8°C sunrise 07:48, sunset 15:50 |
global $wpdb; $q="SELECT post_date FROM wp_posts WHERE post_author = 1 ORDER BY post_date DESC LIMIT 1"; $result = $wpdb->get_results($q);
echo $result;
?>