-
diff --git a/src/wp-content/themes/twentyfifteen/content-link.php b/src/wp-content/themes/twentyfifteen/content-link.php
index f9a3199771..023e0d6d37 100644
|
a
|
b
|
|
| 61 | 61 | </footer> |
| 62 | 62 | <!-- .entry-footer --> |
| 63 | 63 | |
| 64 | | </article><!-- #post-## --> |
| | 64 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfifteen/content-page.php b/src/wp-content/themes/twentyfifteen/content-page.php
index 5b9e796c03..9651518e14 100644
|
a
|
b
|
|
| 36 | 36 | |
| 37 | 37 | <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer><!-- .entry-footer -->' ); ?> |
| 38 | 38 | |
| 39 | | </article><!-- #post-## --> |
| | 39 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfifteen/content-search.php b/src/wp-content/themes/twentyfifteen/content-search.php
index faa79f50b0..f8091ce6b2 100644
|
a
|
b
|
|
| 34 | 34 | |
| 35 | 35 | <?php endif; ?> |
| 36 | 36 | |
| 37 | | </article><!-- #post-## --> |
| | 37 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfifteen/content.php b/src/wp-content/themes/twentyfifteen/content.php
index 1ac377af47..13799fb0b9 100644
|
a
|
b
|
|
| 61 | 61 | <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> |
| 62 | 62 | </footer><!-- .entry-footer --> |
| 63 | 63 | |
| 64 | | </article><!-- #post-## --> |
| | 64 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfifteen/image.php b/src/wp-content/themes/twentyfifteen/image.php
index 5afa773f49..3eb25b3fb3 100644
|
a
|
b
|
get_header(); ?> |
| 74 | 74 | <?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?> |
| 75 | 75 | </footer><!-- .entry-footer --> |
| 76 | 76 | |
| 77 | | </article><!-- #post-## --> |
| | 77 | </article><!-- #post-<?php the_ID(); ?> --> |
| 78 | 78 | |
| 79 | 79 | <?php |
| 80 | 80 | // If comments are open or we have at least one comment, load up the comment template |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-aside.php b/src/wp-content/themes/twentyfourteen/content-aside.php
index 3fd3acda6e..b180826dc8 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-audio.php b/src/wp-content/themes/twentyfourteen/content-audio.php
index 4dba002a26..36aa5a9d28 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-featured-post.php b/src/wp-content/themes/twentyfourteen/content-featured-post.php
index d5a16fef20..707b957029 100644
|
a
|
b
|
|
| 31 | 31 | |
| 32 | 32 | <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> |
| 33 | 33 | </header><!-- .entry-header --> |
| 34 | | </article><!-- #post-## --> |
| | 34 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-gallery.php b/src/wp-content/themes/twentyfourteen/content-gallery.php
index 9ecdfbf92d..2f793a8efc 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-image.php b/src/wp-content/themes/twentyfourteen/content-image.php
index 911ef23964..5e58bf0097 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-link.php b/src/wp-content/themes/twentyfourteen/content-link.php
index 9ad0810206..d4c7c8bdfa 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-page.php b/src/wp-content/themes/twentyfourteen/content-page.php
index ca8ebd9bb4..5a42117ee0 100644
|
a
|
b
|
|
| 30 | 30 | edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); |
| 31 | 31 | ?> |
| 32 | 32 | </div><!-- .entry-content --> |
| 33 | | </article><!-- #post-## --> |
| | 33 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-quote.php b/src/wp-content/themes/twentyfourteen/content-quote.php
index 703190878e..29e6ec37be 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content-video.php b/src/wp-content/themes/twentyfourteen/content-video.php
index c13d67009c..1c1a0efb08 100644
|
a
|
b
|
|
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | 64 | |
| 65 | 65 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 66 | | </article><!-- #post-## --> |
| | 66 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/content.php b/src/wp-content/themes/twentyfourteen/content.php
index 367cf337e9..bf05363359 100644
|
a
|
b
|
|
| 73 | 73 | <?php endif; ?> |
| 74 | 74 | |
| 75 | 75 | <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> |
| 76 | | </article><!-- #post-## --> |
| | 76 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyfourteen/image.php b/src/wp-content/themes/twentyfourteen/image.php
index f0af8b83bd..eb4a1658d0 100644
|
a
|
b
|
get_header(); |
| 61 | 61 | ); |
| 62 | 62 | ?> |
| 63 | 63 | </div><!-- .entry-content --> |
| 64 | | </article><!-- #post-## --> |
| | 64 | </article><!-- #post-<?php the_ID(); ?> --> |
| 65 | 65 | |
| 66 | 66 | <nav id="image-navigation" class="navigation image-navigation"> |
| 67 | 67 | <div class="nav-links"> |
-
diff --git a/src/wp-content/themes/twentyfourteen/inc/widgets.php b/src/wp-content/themes/twentyfourteen/inc/widgets.php
index 7ddabec386..0b99fe2adb 100644
|
a
|
b
|
class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { |
| 226 | 226 | <?php endif; ?> |
| 227 | 227 | </div><!-- .entry-meta --> |
| 228 | 228 | </header><!-- .entry-header --> |
| 229 | | </article><!-- #post-## --> |
| | 229 | </article><!-- #post-<?php the_ID(); ?> --> |
| 230 | 230 | </li> |
| 231 | 231 | <?php endwhile; ?> |
| 232 | 232 | |
-
diff --git a/src/wp-content/themes/twentyfourteen/page-templates/contributors.php b/src/wp-content/themes/twentyfourteen/page-templates/contributors.php
index 6b1d19dbff..635a259c27 100644
|
a
|
b
|
if ( is_front_page() && twentyfourteen_has_featured_posts() ) { |
| 35 | 35 | |
| 36 | 36 | edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); |
| 37 | 37 | ?> |
| 38 | | </article><!-- #post-## --> |
| | 38 | </article><!-- #post-<?php the_ID(); ?> --> |
| 39 | 39 | |
| 40 | 40 | <?php |
| 41 | 41 | // If comments are open or we have at least one comment, load up the comment template. |
-
diff --git a/src/wp-content/themes/twentynineteen/header.php b/src/wp-content/themes/twentynineteen/header.php
index 868a521944..b960fd4a99 100644
|
a
|
b
|
|
| 28 | 28 | |
| 29 | 29 | <div class="site-branding-container"> |
| 30 | 30 | <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> |
| 31 | | </div><!-- .layout-wrap --> |
| | 31 | </div><!-- .site-branding-container --> |
| 32 | 32 | |
| 33 | 33 | <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> |
| 34 | 34 | <div class="site-featured-image"> |
-
diff --git a/src/wp-content/themes/twentynineteen/image.php b/src/wp-content/themes/twentynineteen/image.php
index c27e26f6bb..000983ce74 100644
|
a
|
b
|
get_header(); |
| 78 | 78 | <?php twentynineteen_entry_footer(); ?> |
| 79 | 79 | |
| 80 | 80 | </footer><!-- .entry-footer --> |
| 81 | | </article><!-- #post-## --> |
| | 81 | </article><!-- #post-<?php the_ID(); ?> --> |
| 82 | 82 | |
| 83 | 83 | <?php |
| 84 | 84 | // Parent post navigation. |
-
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php b/src/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
index 98b0761ebb..a76edb02ed 100644
|
a
|
b
|
|
| 30 | 30 | <footer class="entry-footer"> |
| 31 | 31 | <?php twentynineteen_entry_footer(); ?> |
| 32 | 32 | </footer><!-- .entry-footer --> |
| 33 | | </article><!-- #post-${ID} --> |
| | 33 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content-single.php b/src/wp-content/themes/twentynineteen/template-parts/content/content-single.php
index 720a253539..2e654dbcf9 100644
|
a
|
b
|
|
| 52 | 52 | <?php get_template_part( 'template-parts/post/author', 'bio' ); ?> |
| 53 | 53 | <?php endif; ?> |
| 54 | 54 | |
| 55 | | </article><!-- #post-${ID} --> |
| | 55 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content.php b/src/wp-content/themes/twentynineteen/template-parts/content/content.php
index 85ec63287d..befcbda7f6 100644
|
a
|
b
|
|
| 56 | 56 | <footer class="entry-footer"> |
| 57 | 57 | <?php twentynineteen_entry_footer(); ?> |
| 58 | 58 | </footer><!-- .entry-footer --> |
| 59 | | </article><!-- #post-${ID} --> |
| | 59 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php b/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
index 9a72cbfdca..b23ad31d73 100644
|
a
|
b
|
$discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentyni |
| 42 | 42 | '</span>' |
| 43 | 43 | ); |
| 44 | 44 | ?> |
| 45 | | </div><!-- .meta-info --> |
| | 45 | </div><!-- .entry-meta --> |
| 46 | 46 | <?php endif; ?> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
index b1bf883926..98b129d314 100644
|
a
|
b
|
global $twentyseventeencounter; |
| 84 | 84 | </div><!-- .wrap --> |
| 85 | 85 | </div><!-- .panel-content --> |
| 86 | 86 | |
| 87 | | </article><!-- #post-## --> |
| | 87 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
index 3b321a5bba..aa6e2846bf 100644
|
a
|
b
|
|
| 49 | 49 | </div><!-- .wrap --> |
| 50 | 50 | </div><!-- .panel-content --> |
| 51 | 51 | |
| 52 | | </article><!-- #post-## --> |
| | 52 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
index 162bc36598..f85ebc8c6f 100644
|
a
|
b
|
|
| 29 | 29 | ); |
| 30 | 30 | ?> |
| 31 | 31 | </div><!-- .entry-content --> |
| 32 | | </article><!-- #post-## --> |
| | 32 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
index 95f317271d..bfa3e19c7b 100644
|
a
|
b
|
|
| 106 | 106 | } |
| 107 | 107 | ?> |
| 108 | 108 | |
| 109 | | </article><!-- #post-## --> |
| | 109 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
index 3e5ee546e1..54a493392e 100644
|
a
|
b
|
|
| 45 | 45 | <?php the_excerpt(); ?> |
| 46 | 46 | </div><!-- .entry-summary --> |
| 47 | 47 | |
| 48 | | </article><!-- #post-## --> |
| | 48 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
index ac525a7558..b171ecdcce 100644
|
a
|
b
|
|
| 93 | 93 | } |
| 94 | 94 | ?> |
| 95 | 95 | |
| 96 | | </article><!-- #post-## --> |
| | 96 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
index 911a8a8666..12cd4e272c 100644
|
a
|
b
|
|
| 83 | 83 | } |
| 84 | 84 | ?> |
| 85 | 85 | |
| 86 | | </article><!-- #post-## --> |
| | 86 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
index 72de975a7b..9f80aeae20 100644
|
a
|
b
|
|
| 104 | 104 | } |
| 105 | 105 | ?> |
| 106 | 106 | |
| 107 | | </article><!-- #post-## --> |
| | 107 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/post/content.php b/src/wp-content/themes/twentyseventeen/template-parts/post/content.php
index 4e59e09f9d..3c55aa164f 100644
|
a
|
b
|
|
| 76 | 76 | } |
| 77 | 77 | ?> |
| 78 | 78 | |
| 79 | | </article><!-- #post-## --> |
| | 79 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentysixteen/image.php b/src/wp-content/themes/twentysixteen/image.php
index 5fcbb90155..ea64a14601 100644
|
a
|
b
|
get_header(); ?> |
| 93 | 93 | ); |
| 94 | 94 | ?> |
| 95 | 95 | </footer><!-- .entry-footer --> |
| 96 | | </article><!-- #post-## --> |
| | 96 | </article><!-- #post-<?php the_ID(); ?> --> |
| 97 | 97 | |
| 98 | 98 | <?php |
| 99 | 99 | // If comments are open or we have at least one comment, load up the comment template. |
-
diff --git a/src/wp-content/themes/twentysixteen/template-parts/content-page.php b/src/wp-content/themes/twentysixteen/template-parts/content-page.php
index d1ee87c629..689972c0cc 100644
|
a
|
b
|
|
| 44 | 44 | ); |
| 45 | 45 | ?> |
| 46 | 46 | |
| 47 | | </article><!-- #post-## --> |
| | 47 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentysixteen/template-parts/content-search.php b/src/wp-content/themes/twentysixteen/template-parts/content-search.php
index c4667c6beb..7d587f65af 100644
|
a
|
b
|
|
| 49 | 49 | ?> |
| 50 | 50 | |
| 51 | 51 | <?php endif; ?> |
| 52 | | </article><!-- #post-## --> |
| | 52 | </article><!-- #post-<?php the_ID(); ?> --> |
| 53 | 53 | |
-
diff --git a/src/wp-content/themes/twentysixteen/template-parts/content-single.php b/src/wp-content/themes/twentysixteen/template-parts/content-single.php
index d1061b27d2..23e18373d2 100644
|
a
|
b
|
|
| 52 | 52 | ); |
| 53 | 53 | ?> |
| 54 | 54 | </footer><!-- .entry-footer --> |
| 55 | | </article><!-- #post-## --> |
| | 55 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentysixteen/template-parts/content.php b/src/wp-content/themes/twentysixteen/template-parts/content.php
index cf88417f98..03b4cfb6c7 100644
|
a
|
b
|
|
| 58 | 58 | ); |
| 59 | 59 | ?> |
| 60 | 60 | </footer><!-- .entry-footer --> |
| 61 | | </article><!-- #post-## --> |
| | 61 | </article><!-- #post-<?php the_ID(); ?> --> |
-
diff --git a/src/wp-content/themes/twentyten/loop-attachment.php b/src/wp-content/themes/twentyten/loop-attachment.php
index a94084f4e6..72ae511070 100644
|
a
|
b
|
if ( have_posts() ) { |
| 164 | 164 | <?php twentyten_posted_in(); ?> |
| 165 | 165 | <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?> |
| 166 | 166 | </div><!-- .entry-utility --> |
| 167 | | </div><!-- #post-## --> |
| | 167 | </div><!-- #post-<?php the_ID(); ?> --> |
| 168 | 168 | |
| 169 | 169 | <?php comments_template(); ?> |
| 170 | 170 | |
-
diff --git a/src/wp-content/themes/twentyten/loop-page.php b/src/wp-content/themes/twentyten/loop-page.php
index aab5b5b0a1..988512baae 100644
|
a
|
b
|
if ( have_posts() ) { |
| 40 | 40 | ?> |
| 41 | 41 | <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> |
| 42 | 42 | </div><!-- .entry-content --> |
| 43 | | </div><!-- #post-## --> |
| | 43 | </div><!-- #post-<?php the_ID(); ?> --> |
| 44 | 44 | |
| 45 | 45 | <?php comments_template( '', true ); ?> |
| 46 | 46 | |
-
diff --git a/src/wp-content/themes/twentyten/loop-single.php b/src/wp-content/themes/twentyten/loop-single.php
index ee2ad47153..cff6a0bd6f 100644
|
a
|
b
|
if ( have_posts() ) { |
| 69 | 69 | <?php twentyten_posted_in(); ?> |
| 70 | 70 | <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> |
| 71 | 71 | </div><!-- .entry-utility --> |
| 72 | | </div><!-- #post-## --> |
| | 72 | </div><!-- #post-<?php the_ID(); ?> --> |
| 73 | 73 | |
| 74 | 74 | <div id="nav-below" class="navigation"> |
| 75 | 75 | <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div> |
-
diff --git a/src/wp-content/themes/twentyten/loop.php b/src/wp-content/themes/twentyten/loop.php
index fb97c12c41..8b205a804b 100644
|
a
|
b
|
while ( have_posts() ) : |
| 108 | 108 | <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> |
| 109 | 109 | <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> |
| 110 | 110 | </div><!-- .entry-utility --> |
| 111 | | </div><!-- #post-## --> |
| | 111 | </div><!-- #post-<?php the_ID(); ?> --> |
| 112 | 112 | |
| 113 | 113 | <?php /* How to display posts of the Aside format. The asides category is the old way. */ ?> |
| 114 | 114 | |
| … |
… |
while ( have_posts() ) : |
| 131 | 131 | <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> |
| 132 | 132 | <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> |
| 133 | 133 | </div><!-- .entry-utility --> |
| 134 | | </div><!-- #post-## --> |
| | 134 | </div><!-- #post-<?php the_ID(); ?> --> |
| 135 | 135 | |
| 136 | 136 | <?php /* How to display all other posts. */ ?> |
| 137 | 137 | |
| … |
… |
while ( have_posts() ) : |
| 180 | 180 | <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> |
| 181 | 181 | <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> |
| 182 | 182 | </div><!-- .entry-utility --> |
| 183 | | </div><!-- #post-## --> |
| | 183 | </div><!-- #post-<?php the_ID(); ?> --> |
| 184 | 184 | |
| 185 | 185 | <?php comments_template( '', true ); ?> |
| 186 | 186 | |