Nothing Found

It seems we can't find what you're looking for. Perhaps searching can help.

// Block pinch-zoom on iPads/tablets function custom_frontpage_touch_js() { if (is_front_page()) { echo ''; } } add_action('wp_footer', 'custom_frontpage_touch_js');