• gregorywprice

    (@gregorywprice)


    I would like to add a social widget area to the top right of the existing header area.

    I have registered the widget by adding to functions.php:

    register_sidebar( array(
    ‘name’ => __( ‘Social’, ‘rookie’ ),
    ‘id’ => ‘social-1’,
    ‘description’ => ”,
    ‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</aside>’,
    ‘before_title’ => ‘<h1 class=”widget-title”>’,
    ‘after_title’ => ‘</h1>’,
    ) );

    I need help locating it in the top right corner of my header area correctly.

    Any help appreciated.

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi!

    You’ll need to add your custom code now in your header.php file

    Kind Regards,
    -Roch

Viewing 1 replies (of 1 total)
  • The topic ‘Social Widget Area’ is closed to new replies.