Skip to content

Instantly share code, notes, and snippets.

@tanyaslogos
Created March 28, 2018 01:09
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 tanyaslogos/befc5abb02bee84b9e6db6d6bfa71d36 to your computer and use it in GitHub Desktop.
Save tanyaslogos/befc5abb02bee84b9e6db6d6bfa71d36 to your computer and use it in GitHub Desktop.
genesis_widget_area( 'front-page-5', array(
'before' => '<div class="front-page-5 solid-section"><div class="flexible-widgets widget-area fadeup-effect' . monochrome_widget_area_class( 'front-page-5' ) . '"><div class="wrap">',
'after' => '</div></div></div>',
) );
genesis_register_sidebar( array(
'id' => 'front-page-5',
'name' => __( 'Front Page 5', 'monochrome-pro' ),
'description' => __( 'This is the front page 5 section.', 'monochrome-pro' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment