This commit is contained in:
parent
c2dca5db27
commit
16906d44c5
3 changed files with 38 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
if ( ! isset( $content_width ) )
|
||||
$content_width = 640; /* pixels */
|
||||
|
||||
/*
|
||||
* Load Jetpack compatibility file.
|
||||
*/
|
||||
require( get_template_directory() . '/inc/jetpack.php' );
|
||||
|
||||
if ( ! function_exists( '_s_setup' ) ) :
|
||||
/**
|
||||
* Sets up theme defaults and registers support for various WordPress features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue