//Exclude current post from Recent Blogs section function exclude_current_post_from_recent_blogs($query){if (!is_admin() && $query->is_main_query() && is_single()){$query->set('post__not_in',array(get_the_ID()))}};add_action('pre_get_posts','exclude_current_post_from_recent_blogs');body{font-family:'Montserrat',sans-serif !important}@media (max-width:900px){footer *,.site-footer *,.vamtam-footer *,.elementor-location-footer *{font-family:'Montserrat',sans-serif !important;font-weight:300 !important}}