<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Exclude page from post carousel</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 01:50:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/#post-19285</guid>
					<title><![CDATA[Exclude page from post carousel]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/#post-19285</link>
					<pubDate>Sun, 27 Apr 2014 16:04:23 +0000</pubDate>
					<dc:creator>evolution111</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I changed a parameter in the post carousel to show the pages. Now I want to exclude the pages that I don&#8217;t want to show. </p>
<p>This is the shortcode:</p>
<p>[posts_carousel heading="example" post_type="page" category_slug="" order_by="id" order="DESC" limit="10" meta="no" excerpt="yes" excerpt_char_limit="200" exclude_current="yes" width="four columns" scroll_by="4"][/posts_carousel]</p>
<p>How I can do it?<br />
There is a simple way, maybe adding a parameter like exclude=&#8221;" or something like that?</p>
<p>Thank you in advance</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/#post-19293</guid>
					<title><![CDATA[Reply To: Exclude page from post carousel]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/exclude-page-from-post-carousel/#post-19293</link>
					<pubDate>Mon, 28 Apr 2014 07:41:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You would also need to modify the shortcode itself in includes/shortcodes.php &#8211; shortcode_posts_carousel method.<br />
Basically the function currently adds to the WP_Query only the current post id to the post__not_in paramter if you passed exclude_current=&#8221;yes&#8221;. You need to add a new parameter that takes in an array of excluded items Ids, then merge the 2 arrays&#8230;<br />
A rather easier way if you are not very good at programming would be to simply put the items you want to show in a category and use the category_slug parameter by passing that new category to it! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

