';
23 |
24 | /* Run the loop for the category page to output the posts.
25 | * If you want to overload this in a child theme then include a file
26 | * called loop-category.php and that will be used instead.
27 | */
28 | get_template_part( 'loop', 'category' );
29 | ?>
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/changelog.txt:
--------------------------------------------------------------------------------
1 | *** TwentyTen Five Changelog ***
2 |
3 | Last edited on 2011.02.22 by Richard Shepherd
4 |
5 |
6 | 2011.02.23 - version 1.0.1
7 | --------------------------
8 | * Added support for post-thumbnails
9 | * Revised modernizer.js include to use wp_enqueue_script in functions.php
10 | * Amended no-javascript message
11 | * Merged TwentyTen functions.php with TwentyTen Five functions.php
12 |
13 |
14 | 2011.02.15 - version 1.0.0
15 | --------------------------
16 | * First release! Whoop!
17 | * comments.php - changed navigation div to nav
18 | * footer.php - changed footer div to footer
19 | * functions.php - added custom image caption shortcode function, now uses figure and figcaption
20 | - created posted_on function to use date element
21 | - included functions to create HTML5 comment form
22 | * header.php - added link to modernizr script
23 | - added modernizr 'no-js' class to html element
24 | - added header element
25 | - changed masthead div to a section
26 | - added hgroup and introduced h2 element
27 | - changed navigation div to a nav
28 | * /js/ - added js folder and modernizr-1.6.min.js
29 | * loop.php - changed post divs to articles, 4 instances
30 | - changed 'nav above' and 'nav below' divs to navs
31 | * onecolumn-page.php - changed post div to article
32 | * page.php - changed post div to article
33 | * search.php - changed post div to article
34 | * sidebar-footer.php - footer widget area is now a section, widgets are now asides
35 | * single.php - changed post div to article
36 | - changed 'nav above' and 'nav below' divs to navs
37 | * style.css - added in relevant styles, uses twentyten as parent theme
38 | * added the TwentyTen Five screenshot.png
39 | * merged in the rest of twentyten so this is no longer a child theme
40 |
--------------------------------------------------------------------------------
/comments.php:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |
18 |
19 |
20 |
28 |
29 |
32 |
33 |
34 |
' . get_the_title() . '' );
37 | ?>
38 |
39 | 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
40 |
44 |
45 |
46 |
47 | 'twentyten_comment' ) );
55 | ?>
56 |
57 |
58 | 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
59 |