Skip to content

Instantly share code, notes, and snippets.

@stompweb
stompweb / search.php
Last active October 10, 2016 12:24 — forked from anonymous/search.php
<?php
$args = array(
'posts_per_page' => 5,
'orderby' => 'post_title',
'order' => 'ASC',
'post_type' => 'tour',
'post_status' => 'publish',
'paged' => $paged
);