<?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: Portfolio Carousel &#8211; like to display more than 10 items</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:17:57 +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/portfolio-carousel-like-to-display-more-than-10-items/#post-20692</guid>
					<title><![CDATA[Portfolio Carousel &#8211; like to display more than 10 items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20692</link>
					<pubDate>Sun, 13 Jul 2014 14:55:12 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I created a Portfolio Category with 18 items.<br />
But in the &#8220;Portfolio Carousel&#8221; at the bottom of a single portfolio page,<br />
I can only switch between 10 further pages.</p>
<p>I would like to display all items in this category&#8230;</p>
<p>Can you please help me, solving this problem!</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20702</guid>
					<title><![CDATA[Reply To: Portfolio Carousel &#8211; like to display more than 10 items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20702</link>
					<pubDate>Mon, 14 Jul 2014 09:07:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Edit your &#8220;get_related_portfolio_items&#8221; method in includes/boc_custom.php<br />
Change:</p>
<p><code>&#039;post_type&#039; =&gt; &#039;portfolio&#039;,</code></p>
<p>to</p>
<pre><code>&#039;post_type&#039; =&gt; &#039;portfolio&#039;,
&#039;posts_per_page&#039; =&gt; 20,</code></pre>
<p>Let me know if that increases them to 20. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20719</guid>
					<title><![CDATA[Reply To: Portfolio Carousel &#8211; like to display more than 10 items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20719</link>
					<pubDate>Mon, 14 Jul 2014 22:24:01 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>perfect works great! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />   Thanks verrry much!!!</p>
<p>&#8230;one little last question.<br />
how can I change the sort order in the &#8220;Template &#8211; Portfolio Page&#8221;</p>
<p><a href="http://neu.gc7berge.de/der-golfplatz/" rel="nofollow">http://neu.gc7berge.de/der-golfplatz/</a></p>
<p>-&gt; at the moment it&#8217;s ordered &#8220;Bahn 18, Bahn 17, Bahn 16 &#8230;&#8221;<br />
can I reverse it or sort by date?!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20722</guid>
					<title><![CDATA[Reply To: Portfolio Carousel &#8211; like to display more than 10 items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-carousel-like-to-display-more-than-10-items/#post-20722</link>
					<pubDate>Wed, 16 Jul 2014 12:49:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You can edit your portfolio-three-column.php, in it find where the args array is set, and change the orderby param to date. That should do it.</p>
<pre><code>$args = array(
&#039;post_type&#039; =&gt; &#039;portfolio&#039;,
&#039;posts_per_page&#039; =&gt; (ot_get_option(&#039;portfolio_items_per_page&#039;,9) ? ot_get_option(&#039;portfolio_items_per_page&#039;,9) : 9),
&#039;paged&#039; =&gt; $paged,
&#039;order&#039; =&gt; &#039;DESC&#039;,
&#039;orderby&#039; =&gt; &#039;date&#039;
);</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

