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
By Anonymous on the 4th of Feb 2010 10:58:45 PM
Download |
Raw |
Embed |
Report
<?php
/*
Template Name: New Builds
*/
?><?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php $gallery = get_post_meta($post->ID, 'gallery', true); ?>
<!--be sure to change cat=3 to whatever category New Builds become-->
<?php $recent = new WP_Query("cat=3&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
<li><a href="<?php the_permalink() ?>">
<?php the_title(); ?></a></li>
<?php endwhile; ?>
<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" /-->
<!--ul class="img-list">
<li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="86" align="left" alt="" /></a></li>
<li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="86" align="left" alt="" /></a></li>
<li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="85" align="left" alt="" /></a></li>
<li class="first_child"><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" width="85" align="left" alt="" /></a></li>
<li><a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ship-logo.gif" align="left" alt="" /></a></li>
</ul>
<img src="<?php bloginfo('template_url'); ?>/images/scroller.gif" align="left" width="440" alt="" border="0" /-->
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>
Submit a correction or amendment below.
Make A New Post