Skip to content

Instantly share code, notes, and snippets.

@jonschr
Created October 19, 2015 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonschr/066f6017f80fe22b7f92 to your computer and use it in GitHub Desktop.
Save jonschr/066f6017f80fe22b7f92 to your computer and use it in GitHub Desktop.
Set the content width
<?php
//* Don't include the php tag
//* Set the content width
if ( ! isset( $content_width ) ) {
$content_width = 840;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment