Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Last active May 8, 2018 22:00
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 anwerashif/0c301af9d88d5dea4f00ea46c2ffecb4 to your computer and use it in GitHub Desktop.
Save anwerashif/0c301af9d88d5dea4f00ea46c2ffecb4 to your computer and use it in GitHub Desktop.
Register Custom Widget for 404 Not Found Page in Genesis
<?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