<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: post formats - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/post-formats</link>
		<description>WordPress Ideas &#187; Tag: post formats - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:45:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/post-formats" rel="self" type="application/rss+xml" />

		<item>
			<title>DavidWordP on "Increase support for post-formats in all functions that take category arguments"</title>
			<link>http://wordpress.org/ideas/topic/increase-support-for-post-formats-in-all-functions-that-take-category-arguments#post-24821</link>
			<pubDate>Sun, 19 May 2013 17:14:11 +0000</pubDate>
			<dc:creator>DavidWordP</dc:creator>
			<guid isPermaLink="false">24821@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>It is already there. Advanced Taxonomy queries use a new parameter to the query functions called “tax_query”. The tax_query is an array of arrays, with each array describing what you want it to match on.</p>
<p>$myquery['tax_query'] = array(<br />
    array(<br />
        'taxonomy' =&#62; 'category',<br />
        'terms' =&#62; array('foo'),<br />
        'field' =&#62; 'slug',<br />
    ),<br />
    array(<br />
        'taxonomy' =&#62; 'post_tag',<br />
        'terms' =&#62; array('bar'),<br />
        'field' =&#62; 'slug',<br />
    ),<br />
);<br />
query_posts($myquery);
</p>]]></description>
					</item>
		<item>
			<title>adelval on "Increase support for post-formats in all functions that take category arguments"</title>
			<link>http://wordpress.org/ideas/topic/increase-support-for-post-formats-in-all-functions-that-take-category-arguments#post-23201</link>
			<pubDate>Sat, 10 Nov 2012 13:57:48 +0000</pubDate>
			<dc:creator>adelval</dc:creator>
			<guid isPermaLink="false">23201@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I think post-formats can take much of the more straightforward functionality that one would traditionally obtain with either post categories or custom post types, with much less hassle. Normal editors may well forget to select the right category everytime, when that's important for functionality and not just categorization; and custom post types may for many tasks be a bit overblown and more work for the developer.  </p>
<p>In a recent site I decided to use asides as just that, asides, to appear only in a widget in the sidebar. But then I had to exclude them from all queries except for its taxonomy and the widget query (through pre_get_posts), from next and previous links in single posts, and from link rel=next and link=prev links in the head. For the latter two tasks, I need all asides to belong to a given category to be able to use the exclude_categories arguments, and I don't trust my users to always remember to assign it. </p>
<p>My suggestion is twofold:<br />
- replace category arguments in most or all functions by tax_query (at most letting legacy category arguments as shorthands and for backward compatibility)<br />
- provide much more support (including visual support) in the core for editing various post-formats, along the lines of the CF Post Format plugin.</p>
<p>As I see it, post-formats are useful to separate various functionalities, not just for having different presentation styles. They are like predefined custom post types.
</p>]]></description>
					</item>
		<item>
			<title>Tuckson on "A better approach to post formats"</title>
			<link>http://wordpress.org/ideas/topic/a-better-approach-to-post-formats#post-20359</link>
			<pubDate>Fri, 30 Sep 2011 06:16:59 +0000</pubDate>
			<dc:creator>Tuckson</dc:creator>
			<guid isPermaLink="false">20359@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>indeed good idea. And maybe also extend to the posibility of specifying what and what not to show whit each post, like date, author, etc...?
</p>]]></description>
					</item>
		<item>
			<title>Andrés Sanhueza on "Add a &quot;question&quot; post format"</title>
			<link>http://wordpress.org/ideas/topic/add-a-question-post-format#post-19404</link>
			<pubDate>Wed, 08 Jun 2011 03:48:13 +0000</pubDate>
			<dc:creator>Andrés Sanhueza</dc:creator>
			<guid isPermaLink="false">19404@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I still stand for this to be a "post format". I'm aware that this kind of functionality should be better handled by custom post types and plugins, yet I just want a default <em>format</em> is set on the core. The specific functionality is led for developers.<br />
Tumblr does indeed consider this to be a "format" on its own, yet they call them "answer" posts. <a href="http://www.tumblr.com/docs/en/custom_themes" rel="nofollow">http://www.tumblr.com/docs/en/custom_themes</a>
</p>]]></description>
					</item>
		<item>
			<title>jaumesala on "A better approach to post formats"</title>
			<link>http://wordpress.org/ideas/topic/a-better-approach-to-post-formats#post-19220</link>
			<pubDate>Wed, 04 May 2011 17:02:18 +0000</pubDate>
			<dc:creator>jaumesala</dc:creator>
			<guid isPermaLink="false">19220@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Amazing Idea. And I also will add the possibility to make you own post formats 'labels'.</p>
<p>I mean, a post format called</p>
<p>'Full image post with footer image description'<br />
I think it's better than<br />
'image'</p>
<p>Or<br />
'2 column post'</p>
<p>Or<br />
'Video gallery'</p>
<p>Or<br />
'Image + content' is better than 'standard'<br />
(It depends on each project)</p>
<p>I think we have to support this idea, and I can't belive you only have 10 votes.
</p>]]></description>
					</item>
		<item>
			<title>davebc on "A better approach to post formats"</title>
			<link>http://wordpress.org/ideas/topic/a-better-approach-to-post-formats#post-19214</link>
			<pubDate>Wed, 04 May 2011 02:31:10 +0000</pubDate>
			<dc:creator>davebc</dc:creator>
			<guid isPermaLink="false">19214@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This has annoyed me too. Post formats are a great idea, but they are implemented in a terrible way for the end user. Picking a link should change the post editing UI to expose an actual link field. Selecting a quote should expose a different field or two to make it obvious how to format the post.</p>
<p>These features should also work in the bookmarklet. I shouldn't be forced to trudge through the full WordPress admin UI just to create a link post, which is supposed to be a fast, frictionless post type to begin with.</p>
<p>Let's be honest: the entire post formats idea was "inspired" by Tumblr, which has a fantastic editing interface for this both at Tumblr.com and in its bookmarklet. If you're having a hard time understanding the interface demands of post types, sign up for an account real quick (you only need to provide three pieces of information) and look.
</p>]]></description>
					</item>
		<item>
			<title>Zane Matthew on "Add a &quot;question&quot; post format"</title>
			<link>http://wordpress.org/ideas/topic/add-a-question-post-format#post-18599</link>
			<pubDate>Wed, 19 Jan 2011 19:22:59 +0000</pubDate>
			<dc:creator>Zane Matthew</dc:creator>
			<guid isPermaLink="false">18599@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I think the confusion comes because post formats appear to be just a "flag", where yes you can "flag" custom styling with tags or categories or even in your template with some hackery. </p>
<p>Those methods are not preferred though as they are driven by the database and can change at any time.</p>
<p>Post formats give us themers a reliable way to target (style) specific posts.</p>
<p>You can't say "make a question post format", because a question is more than just a wisywig box. This would be a custom post type and tied to custom taxonomies.</p>
<p>For example:<br />
register_post_type('question');<br />
custom_taxonomies('topic');</p>
<p>This would create create a post type called 'Question' in the menu bar with a custom taxonomy tied to it called 'topic'. Now 'topic' isn't the same as 'category' granted you can just as easily use 'tag' and 'category'.</p>
<p>I've written a small plugin called TipType, which is: registers a post type, custom taxonomies and has widget support. It's very simple to write these kind of things using WordPress.<br />
<a href="http://wordpress.org/extend/plugins/tiptype/" rel="nofollow">http://wordpress.org/extend/plugins/tiptype/</a></p>
<p>I can tell you a 'question' post format is a good idea, but can open up a box of worms as at my current employer will built such a thing, a "question and answer" custom cms.
</p>]]></description>
					</item>
		<item>
			<title>ucfknight10 on "Add a &quot;question&quot; post format"</title>
			<link>http://wordpress.org/ideas/topic/add-a-question-post-format#post-18541</link>
			<pubDate>Mon, 20 Dec 2010 11:30:59 +0000</pubDate>
			<dc:creator>ucfknight10</dc:creator>
			<guid isPermaLink="false">18541@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>i dont think i am completely understanding why you can't just create your own post type, and program it to function as you desire. i dont think there is any difference between 'post format' and 'post type'. if you want to style a post type a specific way, that is already easily done with a template redirect, or some extra lines in your css.
</p>]]></description>
					</item>
		<item>
			<title>Andrés Sanhueza on "Add a &quot;question&quot; post format"</title>
			<link>http://wordpress.org/ideas/topic/add-a-question-post-format#post-18535</link>
			<pubDate>Mon, 20 Dec 2010 02:23:53 +0000</pubDate>
			<dc:creator>Andrés Sanhueza</dc:creator>
			<guid isPermaLink="false">18535@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Post formats are some kind of "intra-loop" styling for a post type. If one is using many post types, is much likely because they are going to be used in different sections,  different loops and notable differences between custom fields. Post formats are an easy way to give separate styles for different posts of a same post type in a loop.  I suggest this as an additional post format since for the moment these aren't supposed to be extensible by the user, because they are made to be an standard between themes. The particular functionality for summiting question may not be bundled, yet it may be easily pluggable and styling a post by making it look like a question and and answer is not any more complex than the current ones for 'video', 'quote' or 'status', specially considering that at the moment post formats don't change the post UI <em>at all</em>, but helps the themes to style the content appropriately.</p>
<p>This is much like those buttons for uploading media at the top of the "content" metabox in the post panel. Technically, only one is needed, but by default 4 buttons exists (image, video, audio and other) and only the 'image' one has special features. Not sure if that's going to stay that way for much time, but that was made with the idea that since these are the most commons types of uploads, plugins can easily be plugged to these for adding additional functions, instead of adding too much proprietary additional audio and video buttons.
</p>]]></description>
					</item>
		<item>
			<title>ucfknight10 on "Add a &quot;question&quot; post format"</title>
			<link>http://wordpress.org/ideas/topic/add-a-question-post-format#post-18524</link>
			<pubDate>Sun, 19 Dec 2010 01:51:25 +0000</pubDate>
			<dc:creator>ucfknight10</dc:creator>
			<guid isPermaLink="false">18524@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>for formspring, that is the site's purpose: to ask questions. WordPress is not that defined. doing what you want is easily doable, and not needed as a builtin post type.  and theme's can add custom post types.
</p>]]></description>
					</item>

	</channel>
</rss>
