Emily Baldwin

lifestyle & online editor

email Emily

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 40 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Cal Beverly

editor & publisher

email Cal

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 4 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Michael Boylan

sports & online editor

email Michael

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 26 AND type = 'blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Carolyn Cary

official historian of Fayette County

email Carolyn

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 27 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Judy Kilgore

genealogist, wedding & engagements

email Judy

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 36 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


John Munford

staff writer

email John M.

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 12 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Ben Nelms

South Fulton editor

email Ben

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 23 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Sallie Satterthwaite

columnist

email Sallie

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 48 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


John Thompson

Coweta editor

email John T.

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 13 AND type = 'staff_blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>


Kevin Wandra

staff writer

email Kevin

$result = db_query("SELECT nid, title, uid, '' FROM node WHERE uid = 8894 AND type = 'blog' ORDER BY created DESC LIMIT 1");
$content = node_title_list ($result);
echo $content;
?>