Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. BELOW THIS LINE:
  2.  
  3. /* preview logo */
  4. options::$fields['general']['tracking_code'] = array('type' => 'st--textarea' , 'label' => __( 'Tracking Code' , 'cosmotheme' ) , 'hint' => __( 'Paste your Google Analytics or other tracking code here,<br /> and it will be added into the footer of your template.' , 'cosmotheme' ) );
  5.  
  6.  
  7. ADD THIS LINE:
  8.  
  9. /*footer text */
  10. options::$fields['general']['footer_text'] = array('type' => 'st--textarea' , 'label' => __( 'Footer copyright text' , 'cosmotheme' ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement