| 1 |
<?php if ( ! defined('ABSPATH')) { |
| 2 |
exit; |
| 3 |
} // Exit if accessed directly |
| 4 |
|
| 5 |
/** |
| 6 |
* Template: Before Listings Archive |
| 7 |
*/ |
| 8 |
global $wpsight_query; ?> |
| 9 |
|
| 10 |
<?php do_action( 'wpsight_listings_before', $wpsight_query ); ?> |
| 11 |
|
| 12 |
<?php if( isset( $show_panel ) && $show_panel ) wpsight_panel( $wpsight_query ); ?> |
| 13 |
|
| 14 |
<div class="wpsight-listings"> |
| 15 |
|