Recent Posts
C++ | 15 sec ago
None | 25 sec ago
None | 42 sec ago
Java 5 | 1 min ago
PHP | 1 min ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Domain Reports
Please check out our new and improved Firefox Add-on. hide message
By Anonymous on the 4th of Feb 2010 10:58:45 PM Download | Raw | Embed | Report
  1. <?php
  2. /*
  3. Template Name: New Builds
  4. */
  5. ?><?php get_header(); ?>
  6. <div class="clear"></div>
  7. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  8. <?php $gallery = get_post_meta($post->ID, 'gallery', true); ?>
  9.  
  10. <div id="content">
  11. <div id="left-content">
  12. <h2>NEW BUILDS</h2>
  13. <!--be sure to change cat=3 to whatever category New Builds become-->
  14. <ul class="sidebar">
  15. <?php $recent = new WP_Query("cat=3&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
  16. <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
  17. <?php endwhile; ?>
  18. </ul>
  19.  
  20. </div>
  21. <div id="right-content">
  22. <div id="slide-gallary"><?php echo do_shortcode('[smooth=$gallery;]'); ?><!--img src="<?php bloginfo('template_url'); ?>/images/pic-1.jpg" align="left" alt="" width="440" height="280" /-->
  23. <br class="clear" />
  24. <!--ul class="img-list">
  25. <li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="86" align="left" alt="" /></a></li>
  26. <li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="86" align="left" alt="" /></a></li>
  27. <li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="85" align="left" alt="" /></a></li>
  28. <li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="85" align="left" alt="" /></a></li>
  29. <li><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" align="left" alt="" /></a></li>
  30.  
  31. </ul>
  32. <img src="<?php bloginfo('template_url'); ?>/images/scroller.gif" align="left" width="440" alt="" border="0" /-->
  33. </div>
  34. <div id="colm-3">
  35.  
  36. <h1><?php the_title(); ?></h1>
  37. <?php the_content(); ?>
  38.         <?php endwhile; ?>
  39.  
  40.  
  41. <?php endif; ?>
  42.  
  43. </div>
  44. <div class="clear"></div>
  45. </div>
  46.  
  47. </div>
  48. <div class="clear"></div>
  49.  
  50.  
  51. <?php get_footer(); ?>
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: