Why would switch_to_blog stop working?
It appears that switch_to_blog might be too unpredictable to rely on for major site design. Here’s my first attempt at a SQL-based solution. function get_intro_post($blogid, $thumb_size=””) { global $wpdb, $post; // Get the system defined table prefix $prefix = $wpdb->prefix; // Create a full table prefix by combining the system prefix with the blogid $tbl … Read more