Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /*
  3. Template Name: Main Site
  4. */
  5. ?>
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  9. <meta charset="utf-8">
  10. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
  11. <head profile="http://gmpg.org/xfn/11">
  12. <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
  13. <title><?php wp_title( '-', true, 'right' ); echo wp_specialchars( get_bloginfo('name'), 1 ) ?></title>
  14.  
  15. <?php if (get_option('thestars_feedburner') == 'Enable') { ?>
  16. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php echo(get_option('thestars_feedburner_rss')); ?>" />
  17. <?php } else { ?>
  18. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  19. <?php }; ?>
  20. <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
  21. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  22. <html>
  23. <head>
  24.  
  25. <link rel="stylesheet" href="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/dist/stylesheets/superslides.css">
  26. <link rel="stylesheet" href="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/dist/stylesheets/layout.css">
  27. </head>
  28. <div id="top-bar">
  29. <div id="topbar-inner">
  30.  
  31. <div id="nav">
  32. <div class="nav-wrap">
  33. <?php wp_nav_menu( array( 'theme_location' => 'primary-menu', 'sort_column' => 'menu_order', 'container_class' => 'nav' ) ); ?>
  34. </div>
  35. </div>
  36.  
  37. <p class="alignright"><img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/twitter.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/facebook.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/youtube.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/instagram.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/myspace.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/tumblr.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/shop.png" class="imgspace"> <img src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/images/itunes.png" class="imgspace"> </p>
  38. </div>
  39. </div>
  40.  
  41. <body>
  42. <div id="slides">
  43. <ul class="slides-container">
  44. <li>
  45. <img src="http://tiffanyevansofficial.com/wp-content/uploads/2013/02/143b.jpg">
  46. <div class="container">
  47.  
  48. <div id="bannerad"></div>
  49.  
  50. </div>
  51. </li>
  52. <li>
  53. <img src="http://tiffanyevansofficial.com/wp-content/uploads/2013/02/tebrave.jpg">
  54. <div class="container">
  55. <div id="bannerad2"></div>
  56. </div>
  57. </li>
  58.  
  59.  
  60.  
  61.  
  62. </ul>
  63. <nav class="slides-navigation">
  64. <a href="#" class="next"><img src="http://tiffanyevansofficial.com/wp-content/uploads/2013/02/nextnav.png"></a>
  65. <a href="#" class="prev"><img src="http://tiffanyevansofficial.com/wp-content/uploads/2013/02/prevnav.png"></a>
  66. </nav>
  67. </div>
  68.  
  69. <div id="bottom">
  70. <div id="bottom-inner"><p class="alignleft">
  71. Copyright © 2013 Little Lady Enterprises. All Rights Reserved.Tiffany Evans.
  72. </p></ul>
  73.  
  74. </div>
  75. </div>
  76.  
  77. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  78. <script src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/demo/javascripts/jquery.easing.1.3.js"></script>
  79. <script src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/demo/javascripts/jquery.animate-enhanced.min.js"></script>
  80. <script src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/dist/jquery.superslides.js" type="text/javascript" charset="utf-8"></script>
  81. <script src="http://tiffanyevansofficial.com/wp-content/themes/onefourthree/superslides/demo/javascripts/application.js"></script>
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement