Last active
May 8, 2018 22:00
-
-
Save anwerashif/0c301af9d88d5dea4f00ea46c2ffecb4 to your computer and use it in GitHub Desktop.
Register Custom Widget for 404 Not Found Page 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
<?php | |
// Do NOT include the PHP opening tag. | |
// Register not-found-widget | |
genesis_register_sidebar( array( | |
'id' => 'not-found-widget', | |
'name' => __( '404 Page Widget', 'studio_player' ), | |
'description' => __( 'This is the widget area for 404 NOT FOUND page. It uses to add sign up form.', 'studio_player' ), | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment