Your IP : 216.73.216.95


Current Path : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/partials/views/
Upload File :
Current File : /var/www/html/birthday/wp-content/plugins/strong-testimonials/admin/partials/views/option-order.php

<?php /* translators: On the Views admin screen. */ ?>
<th>
	<label for="view-order">
		<?php _ex( 'Order', 'noun', 'strong-testimonials' ); ?>
	</label>
</th>
<td>
	<div class="row">
        <div class="inline">
		<select id="view-order" name="view[data][order]">
			<?php foreach ( $view_options['order'] as $order => $order_label ) : ?>
			<option value="<?php echo $order; ?>" <?php selected( $order, $view['order'] ); ?>><?php echo $order_label; ?></option>
			<?php endforeach; ?>
		</select>
	</div>
	</div>
</td>
<td class="divider">
    <p><?php _e( '<code>order</code>', 'strong-testimonials' ); ?></p>
</td>
<td>
    <p><?php _e( 'oldest | newest | random | menu_order', 'strong-testimonials' ); ?></p>
</td>
<td>
    <p><?php _e( '<code>order="random"</code>', 'strong-testimonials' ); ?></p>
</td>