Guest User

Untitled

a guest
Jul 27th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', function() {
  2. // Register Stylesheets and Scripts in here
  3. // @link https://developer.wordpress.org/reference/functions/wp_enqueue_script/
  4. } );
  5.  
  6. <!DOCTYPE html>
  7. <html <?php language_attributes(); ?>>
  8. <head>
  9. <?php wp_head(); ?>
  10. </head>
  11.  
  12. <?php get_header(); ?>
  13. <body <?php body_class(); ?>>
  14. <!-- Markup from your HTML files -->
  15. <?php get_footer(); ?>
  16. </body>
  17.  
  18. <?php /** Template Name: About Us */ ?>
Add Comment
Please, Sign In to add comment