CrouchingBruin

Mountain High - page.php

May 30th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.79 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <div id="main" class="row">
  4.  
  5.     <div id="divLeftPhoto" class="col3">
  6.         <a href="packagedproducts.html"><img src="http://www.mountainhighorganics.com/images/HomeSidePic.jpg" width="167" height="463" border="0"></a>
  7.     </div>
  8.  
  9.     <div id="content" class="col9">
  10.  
  11.       <img src="http://www.mountainhighorganics.com/images/HomeImages.jpg" width="725" height="164">
  12.         <div id="post-<?php the_ID(); ?>" <?php post_class('cf'); ?>>
  13.  
  14.             <h1>
  15.                 <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
  16.             </h1>
  17.            
  18.             <div class="post-bodycopy cf">
  19.                 <?php the_content(); ?>
  20.             </div>
  21.  
  22.             <?php edit_post_link( __( 'Edit', 'montezuma' ) ); ?>
  23.  
  24.         </div>
  25.     </div>
  26. </div>
  27.  
  28. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment