About me
bio coming soon
get_results("SELECT footer_copy,google_analytics FROM ".$wpdb->prefix."photocrati_styles WHERE option_set = 1");
foreach ($style as $style) {
$footer_copy = $style->footer_copy;
$google_analytics = $style->google_analytics;
}
?>