Skip to content

Instantly share code, notes, and snippets.

@freezvd
Forked from jamiemitchell/functions.php
Last active August 29, 2015 14:06
Show Gist options
  • Save freezvd/ed6f3a4cdfc97aae85cc to your computer and use it in GitHub Desktop.
Save freezvd/ed6f3a4cdfc97aae85cc to your computer and use it in GitHub Desktop.
<?php
/* Register widget areas
------------------------------------------------------------ */
genesis_register_sidebar( array(
'id' => 'home-welcome',
'name' => __( 'Home Welcome', 'jmd' ),
'description' => __( 'This is the home welcome section.', 'jmd' ),
) );
genesis_register_sidebar( array(
'id' => 'home-top',
'name' => __( 'Home Top', 'jmd' ),
'description' => __( 'This is the home top section.', 'jmd' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment