'; $postHtml .='

'.$atts['title'].'

'; $postHtml .= '
'; if($atts['location']){ $options =array( 'taxonomy' => 'listing-location', 'name' => 'listing_location', 'display_name' => 'Location', ); $select = self::get_taxonomy($options); $postHtml .='
'.$select.'
'; } if($atts['category']){ $options =array( 'taxonomy' => 'listing-category', 'name' => 'listing_category', 'display_name' => 'Category', ); $select = self::get_taxonomy($options); $postHtml .='
'.$select.'
'; } $postHtml .='
'; $postHtml .='
'; $postHtml .='
'; $postHtml .='
' ; ?>