Skip to content

Instantly share code, notes, and snippets.

@cjkoepke
Last active August 29, 2015 14:27
Show Gist options
  • Save cjkoepke/e0fe56904e1d59310a9d to your computer and use it in GitHub Desktop.
Save cjkoepke/e0fe56904e1d59310a9d to your computer and use it in GitHub Desktop.
Add the viewport meta tag to the head of Genesis.
<?php
//* Do NOT include the opening PHP tag
//* Add viewport meta tag for mobile browsers
add_theme_support( 'genesis-responsive-viewport' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment