<?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 on Home Page Slider</title>
		<link>http://www.themolitor.com/forums/topic/custom-post-types-on-home-page-slider</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Custom Post Types on Home Page Slider</description>
		<language>en-US</language>
		<pubDate>Tue, 05 May 2026 11:54:01 +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-on-home-page-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>ckelley on "Custom Post Types on Home Page Slider"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types-on-home-page-slider#post-11682</link>
			<pubDate>Wed, 27 Jun 2012 08:08:41 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">11682@http://www.themolitor.com/forums/</guid>
			<description><p>Hi unfortunately plugins and advanced modifications are out of the scope of this forum</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>jonahholliday on "Custom Post Types on Home Page Slider"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-types-on-home-page-slider#post-11577</link>
			<pubDate>Mon, 25 Jun 2012 17:21:51 +0000</pubDate>
			<dc:creator>jonahholliday</dc:creator>
			<guid isPermaLink="false">11577@http://www.themolitor.com/forums/</guid>
			<description><p>I am trying to use custom post types on the home page slider, and it's just not working.  Can you assist?<br />
My post type's slug is 'work', I have no other plugins running.<br />
I have installed the Types plugin and the only other plugin I have running is default thumbnail plus (and optiontree) which when deactivated causes no conflict.   I have added the following to the index.php file in order to access the post_type:</p>
<p>&#60;?php<br />
	$temp = $wp_query;<br />
	$wp_query= null;<br />
	$wp_query = new WP_Query();<br />
	$wp_query-&#62;query("post_type=work"."&#38;showposts=". $homeNumber .""."&#38;paged=".$paged.""."&#38;category=".$homeCategory.""."&#38;order=asc");<br />
	while ($wp_query-&#62;have_posts()) : $wp_query-&#62;the_post();<br />
	?&#62;</p>
<p>Why won't the slider load the other pages?  It grabs the correct page count by the arrows?  Here's a screencast of the problem... <a href="http://screencast.com/t/YuDzZ2VP" rel="nofollow">http://screencast.com/t/YuDzZ2VP</a></p>
<p>Thanks.
</p></description>
		</item>

	</channel>
</rss>
