<?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>THE MOLITOR FORUMS &#187; Topic: Custom Post types</title>
		<link>http://www.themolitor.com/forums/topic/custom-post-types</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Custom Post types</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 19:12:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/custom-post-types" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Custom Post types"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types#post-5214</link>
			<pubDate>Thu, 22 Dec 2011 13:58:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">5214@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the nice remarks!</p>
<p>Custom post types are not supported. It is recommended that you use categories to break posts up into groups.</p>
<p>If you specifically need custom post type support, please submit a request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a>
</p></description>
		</item>
		<item>
			<title>kubante on "Custom Post types"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types#post-5095</link>
			<pubDate>Thu, 15 Dec 2011 16:43:54 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">5095@http://www.themolitor.com/forums/</guid>
			<description><p>BUMP
</p></description>
		</item>
		<item>
			<title>kubante on "Custom Post types"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types#post-5059</link>
			<pubDate>Tue, 13 Dec 2011 01:33:47 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">5059@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Molitor. One more thing. </p>
<p>It's enough if you point me in the right direction. I can probably figure out myself then.<br />
It's really weird that the masonry is not applying to custom post types. I also tried another masonry theme, approaching it the same way as above, and it works for index.php and everywhere else. </p>
<p>Any idea?</p>
<p>Any help really appreciated. I am forced to use custom post types and it would be a real pitty to loose the beauty of your theme because of them. </p>
<p>regards,</p>
<p>kubante
</p></description>
		</item>
		<item>
			<title>kubante on "Custom Post types"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types#post-5045</link>
			<pubDate>Mon, 12 Dec 2011 11:27:26 +0000</pubDate>
			<dc:creator>kubante</dc:creator>
			<guid isPermaLink="false">5045@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>awsome theme. thanks for your efforts. Just one thing. </p>
<p>the masonry doesn't seem to work on any custom post type. As soon as I change to normal post type, it works fine. </p>
<p>Any idea how I can add custom post type support for your amazing theme?  I already tried to hook into the functions.php by adding following code, but it only displays my posts in one column, instead of filling the screen with the jquery masonry..</p>
<p>the code i use to display custom post types into the home section is the following: </p>
<p> add_filter( 'pre_get_posts', 'my_get_posts' );<br />
	function my_get_posts( $query ) {<br />
	if ( is_home() &#38;&#38; false == $query-&#62;query_vars['suppress_filters'] )<br />
$query-&#62;set( 'post_type', array(<br />
'readcandy' ) );<br />
    return $query;<br />
 }</p>
<p>Any help really appreciated!!
</p></description>
		</item>

	</channel>
</rss>
