-
-
Save DalavanCloud/2f8cdf1d7207d6f4d009bee45a293061 to your computer and use it in GitHub Desktop.
Registering a Custom "Portfolio" Widget Area in Genesis.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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