Advertisement
marybaum

Relevant functions for page_tourney.php.

Mar 13th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. These are in functions.php, of course.
  2.  
  3. /** Register widget areas */
  4.  
  5. genesis_register_sidebar( array(
  6. 'id' => 'tourney-featured-left',
  7. 'name' => __( 'tourney Featured Left', 'minimumFRC' ),
  8. 'description' => __( 'This is the featured left area on the tourney page.', 'minimumFRC' ),
  9. ) );
  10.  
  11.  
  12. genesis_register_sidebar( array(
  13. 'id' => 'tourney-featured-right',
  14. 'name' => __( 'tourney Featured Right', 'minimumFRC' ),
  15. 'description' => __( 'This is the featured right area on the tourney page.', 'minimumFRC' ),
  16. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement