Recent Posts
None | 20 sec ago
None | 50 sec ago
Java | 1 min ago
C++ | 1 min ago
None | 1 min ago
None | 1 min ago
QBasic | 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 7th of Feb 2010 12:45:00 AM
Download |
Raw |
Embed |
Report
<?php
/*
Template Name: New Builds with no Slideshow
*/
?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php $picture = get_post_meta($post->ID, 'picture', true); ?>
<!--be sure to change cat=4 to whatever category Refits become-->
<?php $recent = new WP_Query("cat=3&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
<li><a href="<?php the_permalink() ?>" title="
<?php the_title(); ?>">
<?php the_title(); ?></a></li>
<?php endwhile; ?>
<?php the_post(); ?>
<img src="<?php echo $picture; ?>" align="left" alt="
<?php the_title(); ?>" width="440" height="280" />
<br class="clear" />
<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