Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- Template Name: My Page Template
- */
- add_action( 'genesis_footer', 'sk_add_inside_footer' );
- function sk_add_inside_footer() {
- genesis_widget_area( 'footer-signup-form', array(
- 'before' => '<div class="footer-signup-form widget-area"><div class="wrap">',
- 'after' => '</div></div>',
- ) );
- }
- genesis();
Advertisement
Add Comment
Please, Sign In to add comment