<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Inability to create posts of format, &#34;Status&#34;</title>
		<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status</link>
		<description>Support Forum - Topic: Inability to create posts of format, &quot;Status&quot;</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:12:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/inability-to-create-posts-of-format-status" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79368</link>
			<pubDate>Thu, 11 Oct 2012 06:14:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bhatiav,&#60;/p&#62;
&#60;p&#62;As far as I know Choices never had support for Status updates. I went back and looked at the functions.php where the post format support is added and even in the release version it isn't there.&#60;/p&#62;
&#60;p&#62;You can add support for it in the functions.php, search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
 *  add post format options
 */
add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add status to it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
 *  add post format options
 */
add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39;,&#38;#39;status&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure what additional css will be needed for this but you can adjust as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79367</link>
			<pubDate>Thu, 11 Oct 2012 06:13:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try following - open up functions.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;status&#38;#39;, &#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bhatiav on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79198</link>
			<pubDate>Wed, 10 Oct 2012 07:08:14 +0000</pubDate>
			<dc:creator>bhatiav</dc:creator>
			<guid isPermaLink="false">79198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;When I first installed Choices, I was able to create blog posts with the format of &#34;Status&#34;. This enabled me to give brief status updates, as the name suggests. For some reason, I no longer have &#34;Status&#34; as a choice within the Format radiogroup (all I have is Standard, Link, Quote, Gallery, Video, and Image). How can I restore the ability to post status updates?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
