Skip to content

Instantly share code, notes, and snippets.

@bizzthemes
Last active January 3, 2016 01:39
Show Gist options
  • Save bizzthemes/8390722 to your computer and use it in GitHub Desktop.
Save bizzthemes/8390722 to your computer and use it in GitHub Desktop.
Register sidebar before each single post entry
<?php
//* Do NOT include the opening php tag, only copy the code below
//* Register widget area before each single post entry
bizznis_register_widget_area( array(
'id' => 'before-entry',
'name' => __( 'Before Entry', 'bizznis-child' ),
'description' => __( 'This is a widget area that can be placed before the post entry', 'bizznis-child' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment