index.php 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?php get_header(); ?>
  2. <div id="slider-wrap">
  3. <div class="container">
  4. <div class="row">
  5. <div class="twelvecol slides">
  6. <div class="slided" data-autorotate="4000">
  7. <ul class="slider">
  8. <?php query_posts( array ( 'orderby' => 'date', 'post_type' => 'Film','posts_per_page' => 53 ) ); ?>
  9. <?php while (have_posts()) : the_post(); ?>
  10. <li class="slide">
  11. <a href="<?php the_permalink() ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail('slide');} ?></a>
  12. <h1 class="film-title"><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h1>
  13. <?php the_date('Y', '<h3>', '</h3>'); ?>
  14. <?php the_excerpt(); ?>
  15. </li>
  16. <?php endwhile; ?>
  17. </ul>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. <div class="container front">
  24. <div class="row">
  25. <div class="eightcol">
  26. <h2 class="col-title" style="color:#777;text-align:center;">&nbsp;</h2>
  27. </div>
  28. <div class="fourcol last">
  29. <!--<h1 class="josefin-head" style="color:#777;text-align:center;">DVD HIGHLIGHT</h1>-->
  30. </div>
  31. </div>
  32. <div class="row">
  33. <div class="fourcol">
  34. <div class="press">
  35. <?php query_posts( array ( 'category_name' => 'Press', 'posts_per_page' => 3 ) ); ?>
  36. <?php while (have_posts()) : the_post(); ?>
  37. <article>
  38. <a href="<?php the_permalink() ?>" class="rollover" title="<?php the_excerpt();?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail();} ?></a>
  39. <h3 class="josefin"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title() ?></a></h3>
  40. <?php the_excerpt();?>
  41. </article>
  42. <?php endwhile; ?>
  43. </div>
  44. <div class="more-press">
  45. <a href="press">More Press</a>
  46. </div>
  47. </div>
  48. <div class="eightcol last">
  49. <div class="press promo-front">
  50. <h1 class="times"><a href="http://phfilms.com/unlocking-the-cage">Unlocking the Cage</a><br /> <span class="subtitle">a documentary by Chris Hegedus and D.A. Pennebaker</span></h1>
  51. <img src="<?php echo get_template_directory_uri(); ?>/img/LOGLINE.png" />
  52. <?php $upload_dir = wp_upload_dir();?>
  53. <a href="http://phfilms.com/unlocking-the-cage"><img src="<?php echo $upload_dir['baseurl']; ?>/stevenwise-250x140.jpg" class="promo-front" alt="stevenwise" /></a>
  54. <p>“They used to bark at me when I walked into the courtroom” says renowned animal rights attorney Steven Wise. After 30 years of preparation, Steve and his legal team, the Nonhuman Rights Project (NhRP), are making history by filing the first lawsuits to transform an animal from a thing with no rights to a person with legal protections.</p>
  55. <p><a href="http://phfilms.com/unlocking-the-cage"><strong>Unlocking the Cage</strong></a> documents Steve’s unprecedented legal challenge to break down the wall that separates animals from humans. Steve argues that based on scientific evidence cognitively complex animals such as chimpanzees, whales, dolphins, and elephants have the capacity for fundamental personhood rights (such as bodily liberty) that would protect them from physical abuse. For the past two years, we have followed Steve and his team on their journey, from developing their legal strategy to discovering the perfect chimpanzee plaintiffs confined in private homes and roadside zoos. &nbsp;<a href="http://phfilms.com/unlocking-the-cage"><strong>Read On</strong></a></p>
  56. <div class="btm-border">&nbsp;</div>
  57. </div>
  58. </div>
  59. <div class="fourcol">
  60. <div class="press">
  61. <?php query_posts( array ( 'category_name' => 'Press', 'offset'=> 3, 'posts_per_page' => 3 ) ); ?>
  62. <?php while (have_posts()) : the_post(); ?>
  63. <article>
  64. <a href="<?php the_permalink() ?>" class="rollover" title="<?php the_excerpt();?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail();} ?></a>
  65. <h3 class="josefin"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title() ?></a></h3>
  66. <?php the_excerpt();?>
  67. </article>
  68. <?php endwhile; ?>
  69. </div>
  70. </div>
  71. <div class="fourcol last">
  72. <div class="press">
  73. <?php query_posts( array ( 'category_name' => 'News', 'posts_per_page' => 1 ) ); ?>
  74. <?php while (have_posts()) : the_post(); ?>
  75. <article>
  76. <a href="<?php the_permalink() ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail('spotlight');} ?></a>
  77. <div class="clear">&nbsp;</div>
  78. <!--<h3 class="josefin"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title() ?></a></h3>-->
  79. <?php the_excerpt();?>
  80. </article>
  81. <?php endwhile; ?>
  82. <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fphfilms&amp;height=380&amp;show_faces=false&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=true" style="border:none; overflow:hidden; width:100%; height:350px;"></iframe>
  83. <div class="social-tweet">
  84. <a class="twitter-timeline" href="https://twitter.com/PHFilms" data-widget-id="345670204174503936">Tweets by @PHFilms</a>
  85. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  86. </div>
  87. </div>
  88. </div>
  89. </div><!-- row -->
  90. </div>
  91. <?php get_footer(); ?>