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.
<?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"> </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>❱❱ <a href="<?php echo $post->permalink; ?>"><?php echo $post->title_out; ?></a></b> • <time class="chronodata" datetime="<?php echo $post->datetime_out; ?>" pubdate><?php echo $post->pubdate_out; ?></time> • <?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> | <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;
| Referring Domain | Hits |
|---|---|
| Unknown Referer | 127 |
| pastoid.com | 16 |
| drunkenmonkey.org | 1 |
| www.google.ca | 1 |
Tip: Use Pastoid to shorten URLs with this bookmarklet: Pastoid This