"Contact Form",
'curated' => "Curated Tours List",
'tours' => "Tours Listing"
);
if(isset($_GET['any_msg'])){
$anyguide_message = abs(intval($_GET['any_msg']));
}
function anyguide_successfully_saved() {
?>
Your Anyguide Snippet was successfully saved
Close
Your Anyguide Snippet was successfully deleted
Close
Anyguide Snippet not found
Close
This Snippet already exists
Close
get_results( "SELECT * FROM ".$wpdb->prefix."anyguide_short_code ORDER BY id DESC LIMIT $offset,$limit" );
?>
0) {
$count = 1;
foreach($entries as $entry) {
?>
-
-
You have no Snippets yet.
Create a Snippet
get_var( "SELECT COUNT(`id`) FROM ".$wpdb->prefix."anyguide_short_code" );
$num_of_pages = ceil( $total / $limit );
$page_links = paginate_links( array(
'base' => add_query_arg( 'pagenum','%#%'),
'format' => '',
'prev_text' => '«',
'next_text' => '»',
'total' => $num_of_pages,
'current' => $pagenum
) );
if ( $page_links ) {
echo '';
}
?>