<?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: Brightbox - Custom Post Type Question</title>
		<link>http://www.kriesi.at/support/topic/brightbox-custom-post-type-question</link>
		<description>Support Forum - Topic: Brightbox - Custom Post Type Question</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:57:42 +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/brightbox-custom-post-type-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Brightbox - Custom Post Type Question"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-custom-post-type-question#post-31119</link>
			<pubDate>Thu, 03 Nov 2011 18:29:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31119@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hope it helps you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paulo33 on "Brightbox - Custom Post Type Question"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-custom-post-type-question#post-31096</link>
			<pubDate>Thu, 03 Nov 2011 14:07:05 +0000</pubDate>
			<dc:creator>Paulo33</dc:creator>
			<guid isPermaLink="false">31096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK thanks. I will give it a try.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Brightbox - Custom Post Type Question"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-custom-post-type-question#post-31055</link>
			<pubDate>Thu, 03 Nov 2011 06:18:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I know all posts offer the same options like pages. Maybe you need to add your post types to the metabox arrays:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$boxes = array( 

	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Slideshow Options&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow_meta&#38;#39;, &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Add featured media&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;slideshow&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;normal&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;high&#38;#39; ),
	array( &#38;#39;title&#38;#39; =&#38;gt;  &#38;#39;Dynamic Templates&#38;#39;, &#38;#39;id&#38;#39;=&#38;gt;&#38;#39;dynamic_templates&#38;#39; , &#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;), &#38;#39;context&#38;#39;=&#38;gt;&#38;#39;side&#38;#39;, &#38;#39;priority&#38;#39;=&#38;gt;&#38;#39;low&#38;#39; )

);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in brightbox\includes\admin\register-admin-metabox.php (add the post type(s) to 'post','page','portfolio' - i.e. 'post','page','portfolio','custom_type' , etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paulo33 on "Brightbox - Custom Post Type Question"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-custom-post-type-question#post-31006</link>
			<pubDate>Wed, 02 Nov 2011 12:12:18 +0000</pubDate>
			<dc:creator>Paulo33</dc:creator>
			<guid isPermaLink="false">31006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to create a number of custom post types in order to organise a large number of new pages that I am planning to add to my site (about 100,000!) &#60;/p&#62;
&#60;p&#62;I know how to create custom post types, but the problem is I want them to be pages NOT posts! &#60;/p&#62;
&#60;p&#62;So when I add a new page in a certain CPT, I get the standard Brightbox page (not post) editing environment and all its options. &#60;/p&#62;
&#60;p&#62;Additionally when the page is displayed in the browser I want it to display as a page and NOT as a post type.  &#60;/p&#62;
&#60;p&#62;Is this possible? Can you tell me how to make it so that CPT's are pages and not posts?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
