Commit Graph

24 Commits

Author SHA1 Message Date
Lance Willett 7d3624d2c8 Bundled themes: remove `the_title_attribute()` title attributes where it duplicates `the_title()` in anchor text. Props nacin, fixes #24203.
git-svn-id: https://develop.svn.wordpress.org/trunk@24131 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-29 16:57:30 +00:00
Lance Willett 1a766217d9 Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.
git-svn-id: https://develop.svn.wordpress.org/trunk@22199 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-11 21:30:42 +00:00
Ryan Boren 8ed05fc6fd Back compat for bundled themes. Props nacin, SergeyBiryukov, kobenland. fixes #20768
git-svn-id: https://develop.svn.wordpress.org/trunk@20983 602fd350-edb4-49c9-b593-d223f7449a82
2012-06-04 14:43:19 +00:00
Andrew Nacin 928e6b012b Remove unused variable. see #20265.
git-svn-id: https://develop.svn.wordpress.org/trunk@20226 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-20 21:38:22 +00:00
Andrew Nacin 27656b6d3f Move Twenty Ten and the rest of Twenty Eleven to add_theme_support() for headers and backgrounds. props sabreuse for initial patch. fixes #20265. see #20249.
git-svn-id: https://develop.svn.wordpress.org/trunk@20225 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-20 21:32:42 +00:00
Peter Westwood 2e8ea2cdab TwentyEleven: Always call the loop properly in all template files rather than just calling the_post(). Fixes #18794 props mfields.
git-svn-id: https://develop.svn.wordpress.org/trunk@19379 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 16:20:49 +00:00
Andrew Ozz 5110d7f3a3 Simplify some Twenty-Eleven strings for i18n, props nbachiyski, fixes #17777
git-svn-id: https://develop.svn.wordpress.org/trunk@18348 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 20:24:23 +00:00
Andrew Ozz 7bbb50f2c9 TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611
git-svn-id: https://develop.svn.wordpress.org/trunk@18335 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 23:03:46 +00:00
Ryan Boren feaf2597bf Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@18276 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 15:44:06 +00:00
Dion Hulse c41dfd9a90 Showcase template cleanup. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18269 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 05:07:18 +00:00
Dion Hulse b7798052e9 Remove debug comments & more housecleaning. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18266 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 03:44:42 +00:00
Ryan Boren 69b5356889 Use no_found_rows for some queries. Props pavelevap. fixes #17745
git-svn-id: https://develop.svn.wordpress.org/trunk@18239 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 20:14:59 +00:00
Ian Stewart b1f4cb3788 Twenty Eleven: check for published posts on the showcase page to prevent trashed sticky posts from appearing in the featured post loop; Props kawauso
git-svn-id: https://develop.svn.wordpress.org/trunk@18218 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 16:53:01 +00:00
Ian Stewart 4fcb4098fe Twenty Eleven: make sure we're checking for sticky posts at the correct time in showcase.php
git-svn-id: https://develop.svn.wordpress.org/trunk@18216 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 16:39:40 +00:00
Ian Stewart 5830f73e7d Twenty Eleven: miscellaneous bug fixes and improvements
* Only style images uploaded to the WordPress media library with border styles (and not placeholder images for content added by plugins)
* Prevent content added by plugins and long custom excerpts from overflowing the featured post slider
* Make sure small thumbnails will never appear in the Custom Header area
* Better indicate the current featured post with custom link color and cursor
* Add a class for text-only featured posts
* Style improvements for small screens


git-svn-id: https://develop.svn.wordpress.org/trunk@18181 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 21:28:56 +00:00
Andrew Nacin 5c6a5a0045 Fix Twenty Eleven phpdoc subpackage names. props zeo, fixes #17444.
git-svn-id: https://develop.svn.wordpress.org/trunk@17959 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-18 19:06:09 +00:00
Lance Willett 3bda471af7 Twenty Eleven: fix changes in r17846, props nacin - see #17198
* Simplify WP_Query call to pass args directly
 * Don't use Yoda Conditions for <, >, <=, >= as they can be hard to read (ref: http://codex.wordpress.org/WordPress_Coding_Standards#Yoda_Conditions)
 * Fix typo in query args

git-svn-id: https://develop.svn.wordpress.org/trunk@17847 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-09 23:15:38 +00:00
Lance Willett 9554d20f7a Twenty Eleven: showcase template improvements - see #17198 (props kawauso for patches)
* Only show "featured-posts" area if there are published sticky posts.
 * If there is only one sticky, hide the slider and just display the single featured post.

git-svn-id: https://develop.svn.wordpress.org/trunk@17846 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-09 22:54:55 +00:00
Lance Willett 177f91d76e Twenty Eleven: style improvements, RTL, and more header images - see #17198
* Add two more default header images (see r17729)
* Change the featured posts limit from 4 to ten in front page slider
* First pass at robust RTL styles
* Pingback style fixes
* Wider comment form for the one column layout
* Add CSS comment with instructions on how to remove the post format headings


git-svn-id: https://develop.svn.wordpress.org/trunk@17790 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-03 20:16:34 +00:00
Ian Stewart 9af6ba3236 Twenty Eleven: updated DocBlock comments following Twenty Ten's example; See #17198
git-svn-id: https://develop.svn.wordpress.org/trunk@17787 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-02 21:04:44 +00:00
Lance Willett 9f5ed64d81 Twenty Eleven: style.css cleanup and Showcase template improvements, props matveb - see #17198
* Add full support for the featured slider powered by JS (except auto-slide)
 * Change the title hover state of large stickies to white
 * Prevent plain text posts from being displayed transparently over images
 * Update slider featured image size to 500x300
 * Add comment blocks to showcase.php

git-svn-id: https://develop.svn.wordpress.org/trunk@17761 602fd350-edb4-49c9-b593-d223f7449a82
2011-04-29 00:19:02 +00:00
Lance Willett f63ee143f3 Twenty Eleven: add support for Status and Quote formats, props iandstewart - see #17198
git-svn-id: https://develop.svn.wordpress.org/trunk@17717 602fd350-edb4-49c9-b593-d223f7449a82
2011-04-26 18:46:31 +00:00
Lance Willett f5756c89cf Twenty Eleven: strip trailing spaces, props kawauso - see #17198
git-svn-id: https://develop.svn.wordpress.org/trunk@17714 602fd350-edb4-49c9-b593-d223f7449a82
2011-04-26 18:34:52 +00:00
Matt Mullenweg d7266c0c00 Importing Duster theme, first pass at a candidate for twentyeleven theme.
Nice to have, but optional, improvements it'd be nice to have:

* Ability to have random rotating headers. (Core improvement to custom header functionality.)
* Color and layout options.
* More post formats. (Currently supporst  Asides, Links, and Galleries.)
* CMS-style slider home page option.

Welcome, TwentyEleven née Duster. :) Track at #17198.

git-svn-id: https://develop.svn.wordpress.org/trunk@17669 602fd350-edb4-49c9-b593-d223f7449a82
2011-04-20 21:46:33 +00:00