srikat

Untitled

Aug 1st, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. /*
  4. Template Name: My Page Template
  5. */
  6.  
  7. add_action( 'genesis_footer', 'sk_add_inside_footer' );
  8. function sk_add_inside_footer() {
  9. genesis_widget_area( 'footer-signup-form', array(
  10. 'before' => '<div class="footer-signup-form widget-area"><div class="wrap">',
  11. 'after' => '</div></div>',
  12. ) );
  13. }
  14.  
  15. genesis();
Advertisement
Add Comment
Please, Sign In to add comment