WordPress/wp-content/themes/twentythirteen
Lance Willett a87c00edee Twenty Thirteen: take full advantage of new structured post format template functions, see r23819.
Extract first video or image from Video and Image post format posts, and place the item above the title within its own HTML wrapper with `the_video()` and `the_image()'. Also, remove the item from the post content with `the_extra_content()`.

This allows us to meet the design requirements for Twenty Thirteen with minimal changes to the theme template files. Fixes #23620.

git-svn-id: http://core.svn.wordpress.org/trunk@23820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-03-27 18:51:47 +00:00
..
css Twenty Thirteen: pinking shears 2013-03-22 17:19:55 +00:00
fonts Add \n to end of Twenty Thirteen's font exception file. 2013-02-24 17:31:03 +00:00
images Twenty Thirteen: minor adjustments to bundled "star" header image. Props joen. 2013-02-26 04:35:00 +00:00
inc Twenty Thirteen: add back-compat function to avoid activation with older WordPress installs. Props kovshenin, see #23819 and #13780. 2013-03-27 17:06:19 +00:00
js Twenty Thirteen: remove logging code, accidentally added in r23676. 2013-03-19 21:38:51 +00:00
languages
404.php Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850, closes #23701. 2013-03-26 20:34:37 +00:00
archive.php
author-bio.php
author.php
category.php
comments.php Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802. 2013-03-19 19:25:56 +00:00
content-aside.php
content-audio.php
content-chat.php Drop the_chat() into twentythirteen. Style updates to follow — just wanted the_chat() to be utilized somewhere. 2013-03-27 08:45:49 +00:00
content-gallery.php Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657. 2013-03-05 21:44:38 +00:00
content-image.php Twenty Thirteen: take full advantage of new structured post format template functions, see r23819. 2013-03-27 18:51:47 +00:00
content-link.php Twenty Thirteen: change link URL function name to twentythirteen_get_link_url(), props obenland. Also remove function_exists() check since this function should not be pluggable, by design. Closes #23619. 2013-03-25 16:36:27 +00:00
content-none.php Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850, closes #23701. 2013-03-26 20:34:37 +00:00
content-quote.php Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657. 2013-03-05 21:44:38 +00:00
content-status.php Twenty Thirteen: update post formats for consistent post meta display, fixes #23553. 2013-02-22 06:05:00 +00:00
content-video.php Twenty Thirteen: take full advantage of new structured post format template functions, see r23819. 2013-03-27 18:51:47 +00:00
content.php Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657. 2013-03-05 21:44:38 +00:00
footer.php Twenty Thirteen: make footer widget area the primary sidebar, acting as "secondary" content. Move optional sidebar widget area to "tertiary" content. Props obenland, fixes #23644. 2013-02-28 21:35:26 +00:00
functions.php Twenty Thirteen: add back-compat function to avoid activation with older WordPress installs. Props kovshenin, see #23819 and #13780. 2013-03-27 17:06:19 +00:00
header.php Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850, closes #23701. 2013-03-26 20:34:37 +00:00
image.php Twenty Thirteen: fix translation string in image template, fixes #23799. 2013-03-19 22:29:44 +00:00
index.php
page.php Twenty Thirteen: proper alignment for featured images on pages with a sidebar. Props kwight, fixes #23527. 2013-02-20 04:32:31 +00:00
rtl.css Twenty Thirteen: style up the new mediaelement audio and video players. Props obenland, fixes #23821. 2013-03-22 17:20:55 +00:00
screenshot.png
search.php
sidebar-main.php Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802. 2013-03-19 19:25:56 +00:00
sidebar.php Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802. 2013-03-19 19:25:56 +00:00
single.php
style.css Twenty Thirteen: take full advantage of new structured post format template functions, see r23819. 2013-03-27 18:51:47 +00:00
tag.php
taxonomy-post_format.php