Advertisement
MRYDesign

Workshop Wordpress: header.php

Apr 3rd, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4. <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
  5. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
  6. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
  7. <?php wp_enqueue_script("jquery"); ?>
  8. <?php wp_head(); ?>
  9. </head>
  10. <body>
  11. <?php is_admin_bar_showing(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement