Step 1: Removing the code of front page 1 widget areas from altitude_front_page_widgets() function. This function is locating in front-page.php file. genesis_widget_area( ‘front-page-1’, array( ‘before’ => ‘<div id=”front-page-1″ class=”front-page-1″> <div class=”image-section”> <div class=”flexible-widgets widget-area’ . altitude_widget_area_class( ‘front-page-1’ ) . ‘”> <div class=”wrap”>’, ‘after’ => ‘</div></div></div></div>’, ) ); Step 2: Creating an new function and putting… Continue Reading
widget area
Creating Header Middle Widget Area between Site Title and Header Right Widget Area
In this article I am using one of my super cool plugin “Genesis Widget Areas Generator“. See the all steps below: Creating The Header Middle Widget Area Adding Content in Header Middle Widget Area Navigate to Appearance -> Widgets You will get new widget area “Header Middle” Drag&Drop the required widget in this area Now… Continue Reading
Full Width Featured News Section on Flex Pro Theme
One of my GFPC plugin customer is wanting the above design at Home Middle widget area on Flex Pro theme. First I assigned the “featured news” tag in 7 posts. Then I put the Combo widget at Home Middle widget area and setup the widget in this way. See the screenshot: For professional look I… Continue Reading