Education Child Theme
http://www.studiopress.com/themes/education

INSTALL


1. Upload the Education child theme folder via FTP to your wp-content/themes/ directory. (the Genesis parent theme needs to be in the wp-content/themes/ directory as well)


2. Go to your WordPress dashboard and select Appearance.


3. Activate the Education theme.

4. Inside your WordPress dashboard, go to Genesis > Theme Settings and configure them to your liking.



DYNAMIC CONTENT GALLERY


1. Download the latest version of the Dynamic Content Gallery plugin (http://www.studiograsshopper.ch/dynamic-content-gallery)

2. Upload the Dynamic Content Gallery plugin folder via FTP to your wp-content/plugins directory, and follow the directions from the docs page to install it. (http://www.studiograsshopper.ch/dynamic-content-gallery/documentation) The dimensions used for the Dynamic Content Gallery is 448x200.



WIDGETS
Primary Sidebar - This is the primary sidebar if you are using the Content/Sidebar, Sidebar/Content, Content/Sidebar/Sidebar, Sidebar/Sidebar/Content or Sidebar/Content/Sidebar Site Layout option.


Secondary Sidebar - This is the secondary sidebar if you are using the Content/Sidebar/Sidebar, Sidebar/Sidebar/Content or Sidebar/Content/Sidebar Site Layout option.


Homepage - This is the featured column of the home page.

FEATURED IMAGES 
By default WordPress will create a default thumbnail image for each image you upload and the size can be specified in your dashboard under Settings > Media. In addition, the Lifestyle child theme creates the following thumbnail images you'll see below, which are defined (and can be modified) in the functions.php file. These are the recommended thumbnail sizes that are used on the Lifestyle child theme demo site.

Homepage - 110px by 110px

PSD FILES
The Education child theme comes with PSD files for images used in the theme. You can download them at http://www.studiopress.com/support/showthread.php?t=32545.

SUPPORT
If you are looking for theme support, please visit http://www.studiopress.com/support.



// Customize the footer section
add_filter('genesis_footer_creds_text', 'education_footer_creds_text');
function education_footer_creds_text($creds) {
	$creds = __('Copyright', 'genesis') . ' [footer_copyright] [footer_childtheme_link] '. __('on', 'education') .' [footer_genesis_link] &middot; [footer_wordpress_link] &middot; [footer_loginout]';
	return $creds;
}