All pastes #2054167 Raw Edit

Stuff

public text v1 · immutable
#2054167 ·published 2011-05-05 10:44 UTC
rendered paste body
<?php get_header(); ?>
<h1 class="entry-title">
<?php the_title(); ?>
</h1>
<?php the_content(); ?>

<?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'trulyinsane' ) . '&after=</div>') ?>

				<div id="content-<?php the_ID(); ?>" 
				<?php post_class(); ?> style="width: 650px; float: left; margin:0 auto; position:relative; background: #FFF;">
                
                
				<div id="nav-below" class="navigation">
					<div class="nav-previous">
					<?php previous_post_link( '%link', '<span class="meta-nav">&laquo;</span> %title' ) ?>
                    </div>
					<div class="nav-next">
					<?php next_post_link( '%link', '%title <span class="meta-nav">&raquo;</span>' ) ?>
                    </div>
				</div><!-- #nav-below -->
			
<?php comments_template('', true); ?>
					<div class="entry-utility">
                    <?php if(have_posts()): while(have_posts()) : the_post(); ?>
                    <?php printf( __( 'This entry was posted in %1$s%2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.', 'trulyinsane' ),
                        get_the_category_list(', '),
                        get_the_tag_list( __( ' and tagged ', 'trulyinsane' ), ', ', '' ),
                        get_permalink(),
                        the_title_attribute('echo=0'),
                        comments_rss() ) ?>
 
<?php if ( ('open' == $post->comment_status) && ('open' == $post->ping_status) ) : // Comments and trackbacks open ?>
                        <?php printf( __( '<a class="comment-link" href="#respond" title="Post a comment">Post a comment</a> or leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.', 'trulyinsane' ), get_trackback_url() ) ?>
<?php elseif ( !('open' == $post->comment_status) && ('open' == $post->ping_status) ) : // Only trackbacks open ?>
                        <?php printf( __( 'Comments are closed, but you can leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.', 'trulyinsane' ), get_trackback_url() ) ?>
<?php elseif ( ('open' == $post->comment_status) && !('open' == $post->ping_status) ) : // Only comments open ?>
                        <?php _e( 'Trackbacks are closed, but you can <a class="comment-link" href="#respond" title="Post a comment">post a comment</a>.', 'trulyinsane' ) ?>
<?php elseif ( !('open' == $post->comment_status) && !('open' == $post->ping_status) ) : // Comments and trackbacks closed ?>
                        <?php _e( 'Both comments and trackbacks are currently closed.', 'trulyinsane' ) ?>
<?php endif; ?>
<?php edit_post_link( __( 'Edit', 'trulyinsane' ), "\n\t\t\t\t\t<span class=\"edit-link\">", "</span>" ) ?>
                    </div><!-- .entry-utility -->
				</div><!-- #content-
				<?php the_ID(); ?> -->
               <?php endwhile; endif; ?> 
				
<?php get_sidebar(); ?>

<?php get_footer(); ?>