PATH:
home
/
letacommog
/
aacote
/
wp-content
/
themes
/
wyzi-business-finder
<?php /** * The template part for displaying results in search pages * * @package wyz */ ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php global $template_type; $post_type = get_post_type(); if ( 'wyz_business' === $post_type && class_exists('WyzBusinessPost') ) { if ( 1 == $template_type ) { echo WyzBusinessPost::wyz_create_business(); } elseif ( 2 == $template_type ) { $grid_alias = wyz_get_option( 'listing_search_ess_grid' ); if ( '' != $grid_alias ) echo do_shortcode( '[ess_grid alias="' . $grid_alias .'" posts='.get_the_ID().']' ); } } elseif ( 'job_listing' == $post_type && defined( 'WYZI_PLUGIN_DIR' ) ) { ?><div class="job_summary_shortcode"><?php require( WYZI_PLUGIN_DIR . 'job-manager/templates/content-summary-job_listing.php' ); ?></div><?php } else { get_template_part( 'templates/search/search-content', $template_type ); } ?> </div>
[+]
..
[-] loop.php
[edit]
[-] page.php
[edit]
[+]
images
[-] favicon.ico
[edit]
[+]
dc-product-vendor
[-] searchform.php
[edit]
[-] content-product.php
[edit]
[-] search.php
[edit]
[-] changes-to-primary-color.css
[edit]
[-] style.css
[edit]
[-] index.php
[edit]
[-] content-none.php
[edit]
[-] single.php
[edit]
[+]
languages
[+]
includes
[-] comments.php
[edit]
[-] screenshot.png
[edit]
[-] header.php
[edit]
[-] content-empty-search.php
[edit]
[-] sidebar.php
[edit]
[-] footer.php
[edit]
[+]
js
[+]
TGMPA
[-] archive.php
[edit]
[-] woocommerce.php
[edit]
[-] functions.php
[edit]
[+]
templates
[+]
fonts
[+]
css
[-] content-search.php
[edit]
[+]
sidebar
[-] wpml-config.xml
[edit]
[+]
auto-import
[-] author.php
[edit]
[-] 404.php
[edit]
[+]
wyz-core