<?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: Custom Post Type not showing in Accordion Slider</title>
		<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider</link>
		<description>Support Forum - Topic: Custom Post Type not showing in Accordion Slider</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 11:00:33 +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/custom-post-type-not-showing-in-accordion-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29957</link>
			<pubDate>Thu, 20 Oct 2011 06:39:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found the solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Robbin on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29913</link>
			<pubDate>Thu, 20 Oct 2011 00:04:52 +0000</pubDate>
			<dc:creator>Robbin</dc:creator>
			<guid isPermaLink="false">29913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;SOLVED!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query( array(
                        &#38;#39;post_type&#38;#39;                    =&#38;gt; array(&#38;#39;post&#38;#39;,&#38;#39;tribe_events&#38;#39;),
                        &#38;#39;cat&#38;#39;      			   =&#38;gt; $k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;],
                        &#38;#39;posts_per_page&#38;#39;           =&#38;gt; $k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;],
                    )); // end slider query&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Robbin on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29874</link>
			<pubDate>Wed, 19 Oct 2011 16:56:58 +0000</pubDate>
			<dc:creator>Robbin</dc:creator>
			<guid isPermaLink="false">29874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I got both post types to return by doing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query( array
			( &#38;#39;post_type&#38;#39; =&#38;gt; array(&#38;#39;tribe_events&#38;#39;,&#38;#39;post&#38;#39; )),
			(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;].&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But it is not returning the category only and the proper post per page set in the options
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29871</link>
			<pubDate>Wed, 19 Oct 2011 16:41:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think it's even possible to combine both post types in one query by using arrays, etc. as parameters (some nice code snippets can be found here: &#60;a href=&#34;http://codex.wordpress.org/Class_Reference/WP_Query&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Class_Reference/WP_Query&#60;/a&#62; ). However the easiest solution may be to duplicate the query loop and to modify the second or the first query to your needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Robbin on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29863</link>
			<pubDate>Wed, 19 Oct 2011 15:40:58 +0000</pubDate>
			<dc:creator>Robbin</dc:creator>
			<guid isPermaLink="false">29863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes but can I display both the category selected in the mainpage options as well as displaying custom posts? In other words can I run multiple loops here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29854</link>
			<pubDate>Wed, 19 Oct 2011 14:19:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
no - the slider supports &#34;standard post&#34; only because the query searches for categories and not taxonomies/terms. You can modify the query in index.php - search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;].&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Robbin on "Custom Post Type not showing in Accordion Slider"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-type-not-showing-in-accordion-slider#post-29849</link>
			<pubDate>Wed, 19 Oct 2011 13:28:49 +0000</pubDate>
			<dc:creator>Robbin</dc:creator>
			<guid isPermaLink="false">29849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello -&#60;br /&#62;
I am working off a child theme of Newscast. I have a custom post type registered and have the native wordpress taxonomies associated with this custom post type. &#60;/p&#62;
&#60;p&#62;I have also selected a specific category to display on the slider. When I select this category within the custom post type it DOES NOT appear on the accordion slider. &#60;/p&#62;
&#60;p&#62;Does the slider not call custom post types even if it resides in the same category? &#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
