ID, 'stm_listing_item_card_'.$view_type)) AND isset($listing_item_card_layout[0]) ) { $listing_item_card_layout = maybe_unserialize($listing_item_card_layout[0]); $config = $listing_item_card_layout['config']; $sections = $listing_item_card_layout['sections']; if(isset($config['template'])) $item_class .= $config['template']; if(isset($config['column'])){ foreach ($config['column'] as $key => $val) { if($key == 'extra_large') $wishlist_item_class .= " stm-col-xl-".(12/$val); if($key == 'large') $wishlist_item_class .= " stm-col-lg-".(12/$val); if($key == 'medium') $wishlist_item_class .= " stm-col-md-".(12/$val); if($key == 'small') $wishlist_item_class .= " stm-col-sm-".(12/$val); if($key == 'extra_small') $wishlist_item_class .= " stm-col-".(12/$val); } } else $wishlist_item_class .= " stm-col-12"; } ?>

post_title);?>

listings as $listing):?>
$listing, 'view_type' => $view_type, 'listingType' => $listing_type, 'item_class' => $item_class, 'listing_item_card_layout' => $sections ], true); ?>