Inside Wisconsin Supper Clubs
Part Three at Stagecoach Inn
TCD's Wisconsin Supper Club series continues as Angela Morgan takes a drive down Highway 26 to the warm, welcoming Stagecoach Inn.
Get a daily rundown of the top stories on Urban Milwaukee
" . $excerpt . " Back to the full article.
"; $pid = get_query_var('pid'); if (!is_numeric($pid)) { $image = nggdb::find_image($pid); $pid = $image->pid; } $ngTags = wp_get_object_terms($pid,'ngg_tag'); foreach($ngTags as $tag) { $tags[] = $tag->slug; } $matches = array(); $content = get_the_content(); $t = preg_match_all('/\[nggtags gallery=(\S*)\]/', $content, $matches); //print_r($matches); foreach($matches[1] as $match) { $contentTags[] = $match; } //print_r($contentTags); if(!is_null($tags) && !is_null($contentTags)) { $matchTags = array_intersect(arraytolower($tags),arraytolower($contentTags)); foreach($matchTags as $mTag) { $tag = $mTag; } $picturelist = nggTags::find_images_for_tags($tag, 'ASC'); $out = nggCreateImageBrowser( $picturelist ); echo $out; } ?>