diff --git a/wp-content/themes/twentyeleven/archive.php b/wp-content/themes/twentyeleven/archive.php index f91671b125..2463b280ed 100644 --- a/wp-content/themes/twentyeleven/archive.php +++ b/wp-content/themes/twentyeleven/archive.php @@ -17,7 +17,16 @@ get_header(); ?>
- + - + - + diff --git a/wp-content/themes/twentyeleven/author.php b/wp-content/themes/twentyeleven/author.php index 38782c5a94..691704e8d2 100644 --- a/wp-content/themes/twentyeleven/author.php +++ b/wp-content/themes/twentyeleven/author.php @@ -12,13 +12,28 @@ get_header(); ?>
- + - + @@ -39,7 +54,13 @@ get_header(); ?> - + diff --git a/wp-content/themes/twentyeleven/category.php b/wp-content/themes/twentyeleven/category.php index 4cacc939f3..dcd2773991 100644 --- a/wp-content/themes/twentyeleven/category.php +++ b/wp-content/themes/twentyeleven/category.php @@ -25,7 +25,13 @@ get_header(); ?> - + diff --git a/wp-content/themes/twentyeleven/comments.php b/wp-content/themes/twentyeleven/comments.php index 78c853d47b..bb8cfc8231 100644 --- a/wp-content/themes/twentyeleven/comments.php +++ b/wp-content/themes/twentyeleven/comments.php @@ -16,7 +16,12 @@
- @@ -39,7 +44,15 @@
    - 'twentyeleven_comment' ) ); ?> + 'twentyeleven_comment' ) ); + ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> diff --git a/wp-content/themes/twentyeleven/content.php b/wp-content/themes/twentyeleven/content.php index 184ae068e5..d900cbe57f 100644 --- a/wp-content/themes/twentyeleven/content.php +++ b/wp-content/themes/twentyeleven/content.php @@ -10,7 +10,14 @@
>
+ +
+

+

+
+

+ post_type ) : ?>
diff --git a/wp-content/themes/twentyeleven/image.php b/wp-content/themes/twentyeleven/image.php index a80eee74a5..fab843c48b 100644 --- a/wp-content/themes/twentyeleven/image.php +++ b/wp-content/themes/twentyeleven/image.php @@ -70,7 +70,7 @@ get_header(); ?> } ?> ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height. ?> diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index 91d16c7546..f1e9474001 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -295,7 +295,8 @@ function twentyeleven_print_link_color_style() { .entry-title a:hover, .widget_twentyeleven_ephemera .comments-link a:hover, section.recent-posts .other-recent-posts a[rel="bookmark"]:hover, - section.recent-posts .other-recent-posts .comments-link a:hover { + section.recent-posts .other-recent-posts .comments-link a:hover, + .format-image footer.entry-meta a:hover { color: ; } section.recent-posts .other-recent-posts .comments-link a:hover { diff --git a/wp-content/themes/twentyeleven/search.php b/wp-content/themes/twentyeleven/search.php index f92124cc93..030767a6aa 100644 --- a/wp-content/themes/twentyeleven/search.php +++ b/wp-content/themes/twentyeleven/search.php @@ -23,7 +23,13 @@ get_header(); ?> - + diff --git a/wp-content/themes/twentyeleven/sidebar-footer.php b/wp-content/themes/twentyeleven/sidebar-footer.php new file mode 100644 index 0000000000..cbcb49b5de --- /dev/null +++ b/wp-content/themes/twentyeleven/sidebar-footer.php @@ -0,0 +1,42 @@ + + + +
> + + + + + + + + + + + +
\ No newline at end of file diff --git a/wp-content/themes/twentyeleven/sidebar-page.php b/wp-content/themes/twentyeleven/sidebar-page.php new file mode 100644 index 0000000000..f705494979 --- /dev/null +++ b/wp-content/themes/twentyeleven/sidebar-page.php @@ -0,0 +1,26 @@ + + +
+
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 912501053c..0ed9ff370c 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1052,6 +1052,9 @@ article.format-status .entry-content { .format-image .entry-meta span.comments-link { display: block; } +.format-image footer.entry-meta a { + color: #444; +} .format-image .wp-caption { background: #111; margin-bottom: 0; @@ -1779,6 +1782,18 @@ a.comment-reply-link { border-color: #d3d3d3; } +/* sidebar-page.php comments */ +/* Make sure we have room for our comment avatars */ +.page-template-sidebar-page-php .commentlist > li.comment, +.page-template-sidebar-page-php.commentlist .pingback { + margin-left: 102px; + width: auto; +} +/* And a full-width comment form */ +.page-template-sidebar-page-php #respond { + width: auto; +} + /* Comment Form */ #respond { background: #ddd; @@ -2114,7 +2129,7 @@ p.comment-form-comment { /* Talking avatars take up too much room at this size */ .commentlist > li.comment, .commentlist > li.pingback { - margin-left: 0; + margin-left: 0 !important; } .commentlist .avatar { background: transparent; @@ -2146,9 +2161,7 @@ p.comment-form-comment { font-size: 10pt; } footer.entry-meta a[rel=bookmark]:link:after, - footer.entry-meta a[rel=bookmark]:visited:after, - #author-info a:link:after, - #author-info a:visited:after { + footer.entry-meta a[rel=bookmark]:visited:after { content:" [" attr(href) "] "; /* Show URLs */ } #page { @@ -2200,6 +2213,9 @@ p.comment-form-comment { .singular .entry-header .entry-meta { position: static; } + .entry-meta .edit-link a { + display: none; + } #content nav { display: none; } @@ -2270,6 +2286,16 @@ p.comment-form-comment { .commentlist li.comment .comment-content { margin: 1.625em 0 0; } + .commentlist .comment-edit-link { + display: none; + } + .commentlist > li::before, + .commentlist > li.bypostauthor::before { + content: ''; + } + .commentlist .reply { + display: none; + } /* Post author highlighting */ .commentlist > li.bypostauthor { diff --git a/wp-content/themes/twentyeleven/tag.php b/wp-content/themes/twentyeleven/tag.php index 749e87e8a4..be65b48fe1 100644 --- a/wp-content/themes/twentyeleven/tag.php +++ b/wp-content/themes/twentyeleven/tag.php @@ -27,7 +27,13 @@ get_header(); ?> - +