<?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: i changed protfolio_item slug and i cant access portfolio items</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 12:27:44 +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/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32944</guid>
					<title><![CDATA[i changed protfolio_item slug and i cant access portfolio items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32944</link>
					<pubDate>Thu, 31 May 2018 11:27:33 +0000</pubDate>
					<dc:creator>ukarabacak</dc:creator>

					<description>
						<![CDATA[
						<p>hi blueowl<br />
i need help about change portfolio_item slug<br />
portflio mean referans in turkish </p>
<p>&lt;?php</p>
<p>/*<br />
Plugin Name: Fortuna Portfolio CPT<br />
Plugin URI: <a href="http://themeforest.net/user/blueowlcreative" rel="nofollow">http://themeforest.net/user/blueowlcreative</a><br />
Description: This Plugin creates a Portfolio Custom Post Type for Fortuna WordPress Theme.<br />
Version: 1.0<br />
Author: blueowlcreative<br />
Author URI: <a href="http://blueowlcreative.com" rel="nofollow">http://blueowlcreative.com</a><br />
License: Custom<br />
License URI: <a href="http://themeforest.net/licenses" rel="nofollow">http://themeforest.net/licenses</a><br />
*/</p>
<p>/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
/* Add Portfolio Custom Post Type<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
function boc_portfolio_register() {  </p>
<p>	register_post_type(<br />
		&#8216;portfolio&#8217;,<br />
		array(<br />
			&#8216;labels&#8217; =&gt; array(<br />
				&#8216;name&#8217; =&gt; &#8216;Portfolio&#8217;,<br />
				&#8216;singular_name&#8217; =&gt; &#8216;Portfolio&#8217;<br />
			),<br />
			&#8216;public&#8217; =&gt; true,<br />
			&#8216;has_archive&#8217; =&gt; true,<br />
			&#8216;rewrite&#8217; =&gt; array(&#8216;slug&#8217; =&gt; &#8216;referanslar&#8217;),<br />
			&#8216;supports&#8217; =&gt; array(&#8216;title&#8217;, &#8216;editor&#8217;, &#8216;thumbnail&#8217;),<br />
			&#8216;can_export&#8217; =&gt; true,<br />
			&#8216;show_in_nav_menus&#8217; =&gt; true,<br />
		)<br />
	);</p>
<p>	register_taxonomy(&#8216;portfolio_category&#8217;, &#8216;portfolio&#8217;, array(&#8216;hierarchical&#8217; =&gt; true, &#8216;label&#8217; =&gt; &#8216;Portfolio Categories&#8217;, &#8216;query_var&#8217; =&gt; true, &#8216;rewrite&#8217; =&gt; true));</p>
<p>	// Remove post_format URL param so we can use PREVIEW on portfolio items<br />
	function remove_post_format_parameter( $url ) {<br />
		$url = remove_query_arg( &#8216;post_format&#8217;, $url );<br />
		return $url;<br />
	}<br />
	add_filter( &#8216;preview_post_link&#8217;, &#8216;remove_post_format_parameter&#8217;, 9999 );<br />
}<br />
add_action(&#8216;init&#8217;, &#8216;boc_portfolio_register&#8217;, 1);   </p>
<p>// Register the Custom Templates for the Custom Post Type Portfolio<br />
function boc_cpt_post_types( $post_types ) {<br />
	$post_types = array();<br />
	$post_types[] = &#8216;portfolio&#8217;;<br />
	return $post_types;<br />
}<br />
add_filter( &#8216;cpt_post_types&#8217;, &#8216;boc_cpt_post_types&#8217; );</p>
<p>/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
/* EOF<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */</p>
<p>i changed just portfolio_item to referanslar<br />
can u help me?</p>
<p><a href="http://www.ebrarcamihalilari.com/referanslar/brand-creation-project/" rel="nofollow">http://www.ebrarcamihalilari.com/referanslar/brand-creation-project/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32945</guid>
					<title><![CDATA[Reply To: i changed protfolio_item slug and i cant access portfolio items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32945</link>
					<pubDate>Thu, 31 May 2018 13:09:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, you can change the slug in your \wp-content\plugins\fortuna_portfolio_cpt\fortuna_portfolio_cpt.php plugin file. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Then simply flush the rewrite rules (Change permalinks to default, then put back to custom permalinks under Settings).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32946</guid>
					<title><![CDATA[Reply To: i changed protfolio_item slug and i cant access portfolio items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32946</link>
					<pubDate>Thu, 31 May 2018 14:08:25 +0000</pubDate>
					<dc:creator>ukarabacak</dc:creator>

					<description>
						<![CDATA[
						<p>i did change that but i cant acceess </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32947</guid>
					<title><![CDATA[Reply To: i changed protfolio_item slug and i cant access portfolio items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32947</link>
					<pubDate>Thu, 31 May 2018 14:08:45 +0000</pubDate>
					<dc:creator>ukarabacak</dc:creator>

					<description>
						<![CDATA[
						<p>i did change that but i cant acceess</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32948</guid>
					<title><![CDATA[Reply To: i changed protfolio_item slug and i cant access portfolio items]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/i-changed-protfolio_item-slug-and-i-cant-access-portfolio-items/#post-32948</link>
					<pubDate>Fri, 01 Jun 2018 07:06:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can&#8217;t access what? Did you flush your rewrite rules?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

