Advertisement
lberelson

JQuery Accordion WP - header.php

Sep 11th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <!-- Add the link to the jQuery UI stylesheet 'before' the site CSS file so you can override properties as needed -->
  2. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_stylesheet_directory_uri(); ?>/css/ui.theme.css/" />
  3.  
  4. <!-- add js file that invokes the jQuery UI accordion file here
  5. source: http://www.ethangardner.com/articles/add-a-jquery-ui-accordion-widget-area-to-a-wordpress-theme/  -->
  6. <script src="<?php echo get_stylesheet_directory_uri(); ?>/js/ux.js"></script>
  7.  
  8. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement