File Editor
Directories:
.. (Back)
Files:
twentyfifteen-rtl.css
twentyfifteen.css
twentyfifteen.php
twentyfourteen-rtl.css
twentyfourteen.css
twentyfourteen.php
twentynineteen-rtl.css
twentynineteen.css
twentynineteen.php
twentyseventeen.php
twentysixteen-rtl.css
twentysixteen.css
twentysixteen.php
twentytwenty-rtl.css
twentytwenty.css
twentytwenty.php
twentytwentyone-rtl.css
twentytwentyone.css
twentytwentyone.php
Create New File
Create
Edit File: twentyseventeen.php
<?php /** * Jetpack Compatibility File * See: https://jetpack.com/ * * @package automattic/jetpack */ /** * Add Jetpack theme supports for Twenty Seventeen. */ function twentyseventeen_jetpack_setup() { /** * Add theme support for geo-location. */ add_theme_support( 'jetpack-geo-location' ); } add_action( 'after_setup_theme', 'twentyseventeen_jetpack_setup' );
Save Changes
Rename File
Rename