'auto-listing', 'order' => 'DESC', ); $the_query = new WP_Query( $args ); get_header( 'listings' ); /** * Outputs opening divs for the content * * @hooked auto_listings_output_content_wrapper (outputs opening divs for the content) */ do_action( 'auto_listings_before_main_content' ); ?>