Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. /*
  2. Theme Name: Smart Magazine Child
  3. Description: Smart Magazine Child Theme
  4. Author: Me
  5. Template: smart-magazine
  6. Version: 1.0.0
  7. License: GNU General Public License v2 or later
  8. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  9. Tags: white, two-columns, right-sidebar, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, threaded-comments, translation-ready, featured-images, theme-options
  10. Text Domain: smart-magazine-child
  11. */
  12.  
  13. <?php
  14. add_action('wp_enqueue_scripts', 'theme_enqueue_styles');
  15. function theme_enqueue_styles() {
  16. wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css');
  17. }
  18. ?>
  19.  
  20. <link rel='stylesheet' id='parent-style-css' href='http://sitename.dev/wp-content/themes/smart-magazine/style.css?ver=4.4.2' type='text/css' media='all' />
  21. <link rel='stylesheet' id='smart-magazine-style-css' href='http://sitename.dev/wp-content/themes/smart-magazine-child/style.css?ver=4.4.2' type='text/css' media='all' />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement