Pastoid

The page you are looking at now is at this URL: http://pastoid.com/b73

This paste was last updated on June 30, 2012 at 10:09 am.

Pasted Coderaw

<?php foreach ( $posts as $post ) :
			if ( $post->content_type == Post::type( 'link' ) ) : ?>
			<article class="external_link">
				<header>
					<h3><a href="<?php echo $post->permalink; ?>" class="permalink" title="Permalink">&nbsp;</a><a href="<?php echo $post->info->url; ?>" target="_blank" title="External link to '<?php echo $post->title_out; ?>'"><?php echo $post->title_out; ?></a></h3>
					<time class="chronodata" datetime="<?php echo $post->datetime_out; ?>" pubdate><?php echo $post->pubdate_out; ?></time>
					<?php if ( $loggedin ) { ?><span class="editlink"><a href="<?php echo $post->editlink; ?>">[Edit]</a></span><?php } ?>
				</header>
 
				<div class="itemtext">
					<?php echo $post->content_out; ?>
				</div>
 
				<footer class="metadata">
					<span class="category">Tagged: <?php echo ( count( $post->tags ) > 0 ) ? $post->tags_out : " - None - "; ?></span>
				</footer>
			</article>
		<?php else :   // Format "asides" differently
			if ( $post->tags->has( $aside_tag ) ) : ?>
					<aside>
					   <p><b>&#x2771;&#x2771; <a href="<?php echo $post->permalink; ?>"><?php echo $post->title_out; ?></a></b> &bull; <time class="chronodata" datetime="<?php echo $post->datetime_out; ?>" pubdate><?php echo $post->pubdate_out; ?></time> &bull; <?php echo $post->content; ?> <a href="<?php echo $post->permalink; ?>#comments" title="Comments on this post" class="commentslink">(<?php echo $post->comments->approved->count; ?>)</a></p>
					</aside>
		<?php else :  // Normal entries & Links ?>
			<article>
				<header>
					<h2><a href="<?php echo $post->permalink; ?>"><?php echo $post->title_out; ?></a></h2>
					<time class="chronodata" datetime="<?php echo $post->datetime_out; ?>" pubdate><?php echo $post->pubdate_out; ?></time>
					<?php if ( $loggedin ) { ?><span class="editlink"><a href="<?php echo $post->editlink; ?>">[Edit]</a></span><?php } ?>
				</header>
 
				<div class="itemtext">
					<?php echo $post->content_out; ?>
				</div>
 
				<footer class="metadata">
					<span class="category">Tagged: <?php echo ( count( $post->tags ) > 0 ) ? $post->tags_out : " - None - "; ?></span>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="<?php echo $post->permalink; ?>#comments" class="commentslink" title="Comments to this post"><?php echo $post->comments->approved->count; ?>
					<?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a>
				</footer>
			</article>
 
			<?php endif;
			endif;
		endforeach;

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 16
drunkenmonkey.org 1
www.google.ca 1
Is this paste spam?
<Hide