Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DalavanCloud/2f8cdf1d7207d6f4d009bee45a293061 to your computer and use it in GitHub Desktop.
Save DalavanCloud/2f8cdf1d7207d6f4d009bee45a293061 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