Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header(); ?>
- <div id="main" class="row">
- <div id="divLeftPhoto" class="col3">
- <a href="packagedproducts.html"><img src="http://www.mountainhighorganics.com/images/HomeSidePic.jpg" width="167" height="463" border="0"></a>
- </div>
- <div id="content" class="col9">
- <img src="http://www.mountainhighorganics.com/images/HomeImages.jpg" width="725" height="164">
- <div id="post-<?php the_ID(); ?>" <?php post_class('cf'); ?>>
- <h1>
- <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
- </h1>
- <div class="post-bodycopy cf">
- <?php the_content(); ?>
- </div>
- <?php edit_post_link( __( 'Edit', 'montezuma' ) ); ?>
- </div>
- </div>
- </div>
- <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment