Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /*Display the Opt-In widget in Front Page*/
  2. echo '<div id="opt-in-wrap">';
  3. genesis_widget_area( 'horizontal-opt-in', array(
  4. 'before' => '<div class="horizontal-opt-in widget-area"><div class="wrap">',
  5. 'after' => '</div></div>',
  6. ) );
  7. echo '</div>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement