PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
partials
<?php use WilokeListingTools\Framework\Helpers\GetSettings; use WilokeListingTools\Controllers\EventController; use WilokeListingTools\Framework\Helpers\General; use WilokeListingTools\Framework\Helpers\HTML; use WilokeListingTools\Models\UserModel; use WilokeListingTools\Models\FavoriteStatistic; global $wilcityWrapperClass, $post; $wilcityWrapperClass = empty($wilcityWrapperClass) ? 'col-sm-6' : $wilcityWrapperClass; $interestedClass = UserModel::isMyFavorite($post->ID) ? 'la la-star color-primary' : 'la la-star-o'; $totalInterested = FavoriteStatistic::countFavorites($post->ID); $aMapInformation = GetSettings::getListingMapInfo($post->ID); ?> <div class="<?php echo esc_attr($wilcityWrapperClass) . ' js-listing-grid wilcity-grid'; ?>"> <?php wilcity_render_event_item($post, array( 'img_size' => 'wilcity_560x300', 'maximum_posts_on_lg_screen' => '', 'maximum_posts_on_md_screen' => '', 'maximum_posts_on_sm_screen' => '', )); ?> </div>
[+]
..
[-] review-discussion.php
[edit]
[-] review-item.php
[edit]
[-] reviews.php
[edit]
[-] write-review-discussion.php
[edit]
[-] video.php
[edit]
[-] discussion-toolbar.php
[edit]
[-] .partials.php
[edit]
[-] event.php
[edit]
[-] review-toolbar.php
[edit]