<?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 Items</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 15:42:50 +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-items/#post-22659</guid>
					<title><![CDATA[Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-22659</link>
					<pubDate>Wed, 16 Sep 2015 16:35:41 +0000</pubDate>
					<dc:creator>Catalpha</dc:creator>

					<description>
						<![CDATA[
						<p>Can a &#8220;Portfolio Items Carousel&#8221; title be changed via the shortcode?<br />
What are shortcode options for displaying one catagory and a specific number of items?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-22660</guid>
					<title><![CDATA[Reply To: Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-22660</link>
					<pubDate>Wed, 16 Sep 2015 18:51:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You will find the shortcode_portfolio_carousel method in includes/shortcodes.php<br />
It is generally a more restrictive shortcode, in the method you will find it&#8217;s title: __(&#8220;Portfolio Items&#8221;, &#8220;Aqua&#8221;) and you can change it there.</p>
<p>It doesn&#8217;t allow category param out of the box.<br />
Now you can use the posts_carousel instead where you would pass &#8220;portfolio&#8221; as post_type param and then you can pass the category_slug that you want to filter by and number of items etc. It looks a bit different though.<br />
You can modify the portfolio_carousel to accept those params as well if you follow the pattern in the code from the shortcode_posts_carousel method and add it into the  shortcode_portfolio_carousel if you know your way around some coding. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
I could also give you a hand if you want to go that way. Good luck! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23573</guid>
					<title><![CDATA[Reply To: Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23573</link>
					<pubDate>Fri, 16 Oct 2015 13:41:49 +0000</pubDate>
					<dc:creator>Catalpha</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. So far so good.</p>
<p>Also, is it possible to change the links of the post items? I was hoping to link them to pages instead of the portfolio posts pages.</p>
<p>I tried to copy and paste the html that the [posts_carousel] shortcode renders on the page, but the slider function would not work as well as the SPAN tag in the title. SPAN tags are dropped for some reason.</p>
<p>It&#8217;s always possible to use redirects in htaccess file, but I was hoping to avoid that.</p>
<p>Thank you,<br />
Charlie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23575</guid>
					<title><![CDATA[Reply To: Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23575</link>
					<pubDate>Fri, 16 Oct 2015 15:01:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>What would those pages be? Are you not going to use those portfolio items at all? Just for creating a carousel? Yes, I have done it similarly with redirects before, use a plugin instead of htaccess for easier management. </p>
<p><a href="https://wordpress.org/plugins/quick-pagepost-redirect-plugin/" rel="nofollow">https://wordpress.org/plugins/quick-pagepost-redirect-plugin/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23583</guid>
					<title><![CDATA[Reply To: Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23583</link>
					<pubDate>Fri, 16 Oct 2015 18:32:56 +0000</pubDate>
					<dc:creator>Catalpha</dc:creator>

					<description>
						<![CDATA[
						<p>I modified the &#8220;single_portfolio.php&#8221; page to behave more like &#8220;single.php&#8221; and used CSS to hide the Featured Image.</p>
<p>Another related issue&#8230;<br />
How can I rename <code>http://domain/portfolio_item/item/</code> to <code>http://domain/products/item/</code>?<br />
Since I&#8217;ll be using portfolios as the product page I want the url to reflect that.</p>
<p>Than you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23593</guid>
					<title><![CDATA[Reply To: Portfolio Items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-items/#post-23593</link>
					<pubDate>Fri, 16 Oct 2015 20:55:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://blueowlcreative.com/support_wp/forums/topic/change-portfolio-slugs-to-say-something-else/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/change-portfolio-slugs-to-say-something-else/</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

