Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Last active March 7, 2019 02:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cobaltapps/5189639 to your computer and use it in GitHub Desktop.
Save cobaltapps/5189639 to your computer and use it in GitHub Desktop.
Registering a Custom "Portfolio" Widget Area in Genesis.
genesis_register_sidebar(
array(
'id' => 'portfolio',
'name' => __( 'Portfolio', 'dynamik' ),
'description' => __( 'This is the portfolio page.', 'dynamik' )
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment