press.php 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * Template Name: Press
  4. */
  5. ?>
  6. <?php get_header(); ?>
  7. <div id="container" class="onecolumn">
  8. <div id="content">
  9. <?php the_post(); ?>
  10. <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  11. <div class="hide">
  12. <div class="entry-content">
  13. <h3>Press</h3>
  14. <img src="<?php bloginfo( 'template_url' ); ?>/images/sculpture.jpg" width="300"/>
  15. <p><a href="<?php bloginfo( 'template_url' ); ?>/docs/Kings_of_Pastry_pressbook.pdf"> Press Booklet</a> - <a href="http://www.flickr.com/photos/44309070@N07/"> Photos</a>
  16. <div class="separator"><img src="<?php bloginfo( 'template_url' ); ?>/images/separator_sb.png"/>
  17. </div>
  18. <p>“Forget Masterchef. This is the culinary Hurt Locker.”<br /> <strong><em><a href="http://www.heraldscotland.com/arts-ents/film-tv-reviews/tv-food-docs-go-a-la-carte-1.1013805?localLinksEnabled=false">Herald Scotland</a></em></strong></p>
  19. <p>“Gripping, even for non-foodies. It’s not revealing too much to say that a disaster precipitates some of the pic’s most affecting moments.”<br /> <strong><em><a href="http://www.variety.com/review/VE1117942326.html?categoryid=31&amp;cs=1">Variety</a></em></strong></p>
  20. <p>“This is no MasterChef-style cook-off…The tension is almost unbearable.”<br /> <strong><em><a href="http://www.smh.com.au/news/entertainment/tv--radio/tv-reviews/tuesday-tv-survivor-samoa/2009/12/05/1259429501059.html">Sydney Morning Herald</a></em></strong></p>
  21. <p>“I never saw so many strong men sobbing at once.”<br /> <strong><em><a href="http://www.guardian.co.uk/tv-and-radio/2010/mar/19/lady-and-the-revamp-review">The Guardian</a></em></strong><a href="http://www.guardian.co.uk/tv-and-radio/2010/mar/19/lady-and-the-revamp-review"> </a></p>
  22. <p>“[G]astroporn of the highest quality…the last moments were as thrilling as any Olympic final. Who would have thought that the fate of a sugar sculpture could be heart-stopping? Exquisite.”<br /><strong><em><a href="http://www.independent.co.uk/arts-entertainment/tv/reviews/last-nights-television-masterchef-bbc1brkings-of-pastry-bbc4brthe-lady-and-the-revamp-channel-4-1923527.html">The Independent</a></em></strong></p>
  23. <p>“leaves viewers on the edge of their seats.” <br /><strong><em><a href="http://www.latimes.com/news/nation-and-world/la-fg-france-pastry7-2010mar07,0,1973156.story">The LA Times</a></em></strong></p>
  24. <p></em></p>
  25. <br />
  26. <h3><a href="<?php echo home_url( '/' ); ?>press">Read More...</a></h3>
  27. </div><!-- .entry-content -->
  28. </div>
  29. <p><a href="<?php bloginfo( 'template_url' ); ?>/docs/Kings_of_Pastry_pressbook.pdf"><img src="<?php bloginfo( 'template_url' ); ?>/images/acrobat.png"/> Press Booklet</a> - <a href="http://www.flickr.com/photos/44309070@N07/"> Photos</a></p>
  30. <div class="separator"><img src="<?php bloginfo( 'template_url' ); ?>/images/separator_sb.png"/>
  31. </div>
  32. <?php the_content(); ?>
  33. </div><!-- #post-<?php the_ID(); ?> -->
  34. </div><!-- #content -->
  35. </div><!-- #container -->
  36. <?php get_footer(); ?>