Skip to content

Instantly share code, notes, and snippets.

@alexmustin
Created October 15, 2020 23:07
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/501901f8c84d9a9a5437a623fc417ee2 to your computer and use it in GitHub Desktop.
Save alexmustin/501901f8c84d9a9a5437a623fc417ee2 to your computer and use it in GitHub Desktop.
Course Maker Pro - /config/child-theme-settings.php
<?php
/**
* Course Maker Pro Theme settings.
*
* Genesis 2.9+ updates these settings when themes are activated.
*
* @package Course Maker Pro
*/
return array(
GENESIS_SETTINGS_FIELD => array(
'blog_cat_num' => 6,
'breadcrumb_home' => 0,
'breadcrumb_front_page' => 0,
'breadcrumb_posts_page' => 0,
'breadcrumb_single' => 0,
'breadcrumb_page' => 0,
'breadcrumb_archive' => 0,
'breadcrumb_404' => 0,
'breadcrumb_attachment' => 0,
'content_archive' => 'full',
'content_archive_limit' => 140,
'content_archive_thumbnail' => 1,
'image_size' => 'featured-image',
'image_alignment' => 'aligncenter',
'posts_nav' => 'numeric',
'site_layout' => 'full-width-content',
),
'posts_per_page' => 6,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment