Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Custom Post Types and Taxonomies
  2. require_once('inc/cpt-taxonomies.php');
  3.  
  4. // Switch Theme
  5. function updateTheme($theme){
  6. update_option('template', $theme);
  7. update_option('stylesheet', $theme);
  8. update_option('current_theme', $theme);
  9. }
  10. updateTheme('Creative_Grid');
  11.  
  12. require_once('inc/initial-setup-theme.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement