- C71110F12FDE3FF9FB14D3E30ED6DC689C1E726E8B02847626A97B9718186A11AE9B84B63DF5DD00EF0FCA8A55F44C50AFDC0341A1125C3720B839F14189EEAD
+ 20F607B36BC9E82F8481AEDCCC77FD7029C86340E5F617020F5D6F5ECA1C57580FCD749907338F40395EB2EB2160FE3534A0FA6466ACAEEACB0123BB96CC5E62
mp-wp/wp-content/themes/default/single.php
(16 . 49)(16 . 51)
537 <div class="alignright"><?php next_post_link('%link »') ?></div>
538 </div>
539
540 <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
541 <h2><?php the_title(); ?></h2>
542 <span id="shash-<?php the_ID(); ?>">
543 <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
544 <h2><?php the_title(); ?></h2>
545
546 <div class="entry">
547 <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
548
549 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
550 <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
551
552 <p class="postmetadata alt">
553 <small>
554 This entry was posted
555 <?php /* This is commented, because it requires a little adjusting sometimes.
556 You'll need to download this plugin, and follow the instructions:
557 http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
558 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
559 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
560 and is filed under <?php the_category(', ') ?>.
561 You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
562
563 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
564 // Both Comments and Pings are open ?>
565 You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.
566
567 <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
568 // Only Pings are Open ?>
569 Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
570
571 <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
572 // Comments are open, Pings are not ?>
573 You can skip to the end and leave a response. Pinging is currently not allowed.
574
575 <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
576 // Neither Comments, nor Pings are open ?>
577 Both comments and pings are currently closed.
578
579 <div class="entry">
580 <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
581 <?php } edit_post_link('Edit this entry','','.'); ?>
582
583 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
584 <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
585
586 <p class="postmetadata alt">
587 <small>
588 This entry was posted
589 <?php /* This is commented, because it requires a little adjusting sometimes.
590 You'll need to download this plugin, and follow the instructions:
591 http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
592 /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
593 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
594 and is filed under <?php the_category(', ') ?>.
595 You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
596
597 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
598 // Both Comments and Pings are open ?>
599 You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.
600
601 <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
602 // Only Pings are Open ?>
603 Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
604
605 <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
606 // Comments are open, Pings are not ?>
607 You can skip to the end and leave a response. Pinging is currently not allowed.
608
609 <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
610 // Neither Comments, nor Pings are open ?>
611 Both comments and pings are currently closed.
612
613 <?php } edit_post_link('Edit this entry','','.'); ?>
614
615 </small>
616 </p>
617 </small>
618 </p>
619
620 </div>
621 </div>
622 </div>
623 </span>
624
625 <?php comments_template(); ?>
626