// Register Footer Widget Areas
function purehearts_footer_widgets() {
register_sidebar( array(
'name' => esc_html__( 'Footer Column 1', 'purehearts' ),
'id' => 'footer-1',
'description' => esc_html__( 'Add widgets here for the first footer column.', 'purehearts' ),
'before_widget' => '
',
'before_title' => '',
'after_title' => '
',
) );
register_sidebar( array(
'name' => esc_html__( 'Footer Column 2', 'purehearts' ),
'id' => 'footer-2',
'description' => esc_html__( 'Add widgets here for the second footer column.', 'purehearts' ),
'before_widget' => '',
'before_title' => '',
'after_title' => '
',
) );
register_sidebar( array(
'name' => esc_html__( 'Footer Column 3', 'purehearts' ),
'id' => 'footer-3',
'description' => esc_html__( 'Add widgets here for the third footer column.', 'purehearts' ),
'before_widget' => '',
'before_title' => '',
'after_title' => '
',
) );
}
add_action( 'widgets_init', 'purehearts_footer_widgets' );
My Blog is under construction
Sorry, we're doing some work on the site
Thank you for being patient. We are doing some work on the site and will be back shortly.