Skip to content

Instantly share code, notes, and snippets.

@alexmustin
Last active October 15, 2020 23:01
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 alexmustin/7bd01090b64463377c8f8eb0ae93506c to your computer and use it in GitHub Desktop.
Save alexmustin/7bd01090b64463377c8f8eb0ae93506c to your computer and use it in GitHub Desktop.
Course Maker Pro - /config/theme-supports.php
<?php
/**
* Course Maker Pro - Theme supports declarations.
*
* @package Course Maker Pro
* @author StudioPress
* @license GPL-2.0-or-later
* @link https://my.studiopress.com/themes/genesis-sample/
*/
return array(
'custom-logo' => array(
'width' => 260,
'height' => 100,
'flex-width' => true,
'flex-height' => true,
),
'html5' => array(
'caption',
'comment-form',
'comment-list',
'gallery',
'search-form',
),
'genesis-accessibility' => array(
'drop-down-menu',
'headings',
'rems',
'search-form',
'skip-links',
),
'genesis-after-entry-widget-area' => '',
'genesis-footer-widgets' => 3,
'genesis-menus' => array(
'primary' => __( 'Header Menu - Standard', 'coursemaker' ),
'primary-members' => __( 'Header Menu - Members', 'coursemaker' ),
'secondary' => __( 'Footer Menu', 'coursemaker' ),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment