Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

GATEKeeper on "[Plugin: The Events Calendar] Display list view for mobile devices"

$
0
0

Aledmann, I used the following to just point mobile users to the list view:

<?php if ( wp_is_mobile() ) {
	wp_redirect( 'http://URLTOLISTVIEW', 302 ); exit;
} else {
	tribe_get_template_part('month/content');
} ?>

Viewing all articles
Browse latest Browse all 22088

Trending Articles