/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/home.php (2683B)
get_queried_object_id();
if(get_post_meta($id, "qode_show-sidebar", true) == ''){
$sidebar = $qode_options_proya['category_blog_sidebar'];
}
else{
$sidebar = get_post_meta($id, "qode_show-sidebar", true);
}
if(get_post_meta($id, "qode_page_background_color", true) != ""){
$background_color = get_post_meta($id, "qode_page_background_color", true);
}else{
$background_color = "";
}
?>