• Hey guys,

    I’m using Eleven40 Pro Genesis child theme for http://www.woblogger.com/.

    I want to replace site description area to widget area. I want to add an optin box instead of site description. (like this one: http://boostblogtraffic.com/)

    Here is the PHP code for side description.

    //* Reposition the site description
    remove_action( ‘genesis_site_description’, ‘genesis_seo_site_description’ );
    add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_seo_site_description’ );

    Please help…

The topic ‘How to add a custom widget area?’ is closed to new replies.