found_posts ) { return; } $by = filter_input( INPUT_GET, 'orderby', FILTER_SANITIZE_STRING ); $by = $by ? $by : 'date'; $options = apply_filters( 'auto_listings_listings_orderby', array( 'date' => __( '- Newest Listings -', 'carlistings' ), 'date-old' => __( '- Oldest Listings -', 'carlistings' ), 'price' => __( '- Price (Low to High) -', 'carlistings' ), 'price-high' => __( '- Price (High to Low) -', 'carlistings' ), ) ); ?>
$val ) { if ( 'orderby' === $key || 'submit' === $key ) { continue; } if ( is_array( $val ) ) { foreach ( $val as $inner_val ) { echo ''; } } else { echo ''; } } ?>