Advertisement
danielkleindesign

thoughts page template - evolveEA

Feb 28th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Blog
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <script type="text/javascript" src="http://www.evolveea.com/wp-content/themes/evolveEA/js/thoughts.js"></script>
  10.  
  11. <div class="title2Nav clearfix">
  12. <ul>
  13. <li>our thoughts</li>
  14. </ul>
  15. </div>
  16.  
  17. <div class="full-block">
  18. <div class="text-box" style="padding: 15px; height: 170px;">
  19. <div style="clear: both;"></div>
  20.  
  21. <div>
  22. <div class="thoughts first">
  23. <a href="http://www.evolveea.com/work/for-supermarkets"><img name="img3" onmouseover="movr(3);return true;" onmouseout="mout(3);return true;" src="http://www.evolveea.com/wp-content/gallery/thoughts-thumbs/sust-consumpt-green.gif" /></a>
  24. <div style="height:105px;">
  25. <a href="http://www.evolveea.com/work/for-supermarkets" class="thoughts-title" style="color: #5F9C97;">sustainability for supermarkets</a><br />
  26. evolveEA's presence at the 2011 Food Marketing Institute Energy and Store Development conference.
  27. </div>
  28. <div style="padding-top:4px;">
  29. OCT 7 | <a href="http://www.evolveea.com/work/marc-mondor" style="color: #8DBC8F;">Marc Mondor</a>
  30. </div>
  31. </div>
  32.  
  33. <div class="thoughts first">
  34. <a href="http://www.evolveea.com/work/communicating-with-infographics"><img name="img1" onmouseover="movr(1);return true;" onmouseout="mout(1);return true;" src="http://www.evolveea.com/wp-content/gallery/thoughts-thumbs/infographics_thumbgreen.gif" /></a>
  35.  
  36. <div style="height:105px;">
  37. <a href="http://www.evolveea.com/work/communicating-with-infographics" class="thoughts-title" style="color: #5F9C97;">communicating with infographics</a><br />
  38. A visual lesson on waste management.</div>
  39. <div style="padding-top:4px;">
  40. NOV 2 | <a href="http://www.evolveea.com/work/daniel-klein" style="color: #8DBC8F;">Daniel Klein</a>
  41. </div>
  42. </div>
  43.  
  44. <div class="thoughts">
  45. <a href="http://www.evolveea.com/work/green-operations-and-corporate-culture"><img name="img2" onmouseover="movr(2);return true;" onmouseout="mout(2);return true;" src="http://www.evolveea.com/wp-content/gallery/thoughts-thumbs/greenops_greenthumb_g.gif" /></a>
  46.  
  47. <div style="height:105px;">
  48. <a href="http://www.evolveea.com/work/green-operations-and-corporate-culture" class="thoughts-title" style="color: #5F9C97;">the building is complete, now what?</a><br />
  49. Realizing the value of green operations and corporate culture.
  50. </div>
  51. <div style="padding-top:4px;">
  52. OCT 3 | <a href="http://www.evolveea.com/work/david-deal" style="color: #8DBC8F;">David Deal</a>
  53. </div>
  54. </div>
  55.  
  56. </div>
  57.  
  58. </div>
  59. </div>
  60.  
  61. <div class="tag clearfix">
  62. <div class="navigation">
  63. <div class="list">
  64. advancing systems and solutions by design
  65. </div>
  66. </div>
  67. </div>
  68.  
  69. <div id="container">
  70.  
  71. <div id="blog-div">
  72.  
  73. <div id="left-inside">
  74.  
  75. <?php if(have_posts()) : ?>
  76. <?php if (is_page()) {query_posts( array('cat' => 63, 'paged' => get_query_var('paged') ) );}?>
  77. <?php while(have_posts()) : the_post(); ?>
  78.  
  79.  
  80. <!--Begin Post Single-->
  81. <div class="blog-post-wrap">
  82.  
  83. <div style="clear: both;"></div>
  84.  
  85. <div class="entry">
  86.  
  87. <span class="titles"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '', true, '300') ?></a></span>
  88. <?php the_content_limit(580, ""); ?>
  89. <div class="subtitle">Posted by <?php the_author() ?> on <?php the_time('F d, Y') ?></div>
  90. <div class="readmore"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read More</a></div>
  91. </div>
  92. </div>
  93. <!--End Post Single-->
  94.  
  95.  
  96. <?php endwhile; ?>
  97. <?php else : ?>
  98.  
  99. <!--If there are no results found-->
  100. <h2 >No Results Found</h2>
  101. <p>Sorry, your search returned zero results. </p>
  102. <!--End if there are no results found-->
  103.  
  104. <?php endif; ?>
  105.  
  106. <div class="blog-post-wrap"><div class="subtitle"><?php posts_nav_link( ' ', '<img src="http://www.evolveea.com/wp-content/themes/evolveEA/images/arrowback.png"> Previous', 'More Thoughts <img src="http://www.evolveea.com/wp-content/themes/evolveEA/images/arrowlist.png">' ); ?></div></div>
  107. </div>
  108. </div>
  109.  
  110. <!--Begin Footer-->
  111. <?php get_footer(); ?>
  112. <!--End Footer-->
  113.  
  114.  
  115.  
  116. </body>
  117. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement