Skip to content

Instantly share code, notes, and snippets.

@topleague
Created August 28, 2017 12:21
Show Gist options
  • Save topleague/47cc709a61e71d17d446bcff99fe8611 to your computer and use it in GitHub Desktop.
Save topleague/47cc709a61e71d17d446bcff99fe8611 to your computer and use it in GitHub Desktop.
Register the First Widget in Genesis
// Register front-page-1 widget areas
genesis_register_widget_area(
array(
'id' => "front-page-1",
'name' => __( "Front Page 1", 'my-theme-text-domain' ),
'description' => __( "This is the front page 1 section.", 'my-theme-text-domain' ),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment