| 1 | *** single.php 2011-07-13 14:34:47.000000000 +0100 |
|---|
| 2 | --- singlenew.php 2011-07-14 09:09:43.000000000 +0100 |
|---|
| 3 | *************** |
|---|
| 4 | *** 20,26 **** |
|---|
| 5 | <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> |
|---|
| 6 | </nav><!-- #nav-single --> |
|---|
| 7 | |
|---|
| 8 | ! <?php get_template_part( 'content', 'single' ); ?> |
|---|
| 9 | |
|---|
| 10 | <?php comments_template( '', true ); ?> |
|---|
| 11 | |
|---|
| 12 | --- 20,27 ---- |
|---|
| 13 | <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span> |
|---|
| 14 | </nav><!-- #nav-single --> |
|---|
| 15 | |
|---|
| 16 | ! <?php /* allow content-single-format.php to be added to child theme */ |
|---|
| 17 | ! get_template_part( 'content-single', get_post_format() ); ?> |
|---|
| 18 | |
|---|
| 19 | <?php comments_template( '', true ); ?> |
|---|
| 20 | |
|---|
| 21 | *************** |
|---|
| 22 | *** 29,32 **** |
|---|
| 23 | </div><!-- #content --> |
|---|
| 24 | </div><!-- #primary --> |
|---|
| 25 | |
|---|
| 26 | ! <?php get_footer(); ?> |
|---|
| 27 | \ No newline at end of file |
|---|
| 28 | --- 30,33 ---- |
|---|
| 29 | </div><!-- #content --> |
|---|
| 30 | </div><!-- #primary --> |
|---|
| 31 | |
|---|
| 32 | ! <?php get_footer(); ?> |
|---|