<?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 Page: Get Rid of &#039;Related&#039; blurbs</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 07:42:08 +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-page-get-rid-of-related-blurbs/#post-29911</guid>
					<title><![CDATA[Portfolio Page: Get Rid of &#039;Related&#039; blurbs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29911</link>
					<pubDate>Sat, 17 Sep 2016 21:48:15 +0000</pubDate>
					<dc:creator>jmpublications</dc:creator>

					<description>
						<![CDATA[
						<p>Hi. I&#8217;ve tweaked the php in single-portfolio.php so I can use it as a special page, rather than a image portfolio, that uses the related projects carousel. My changes worked well, but now I&#8217;ve noticed there is just a small extra block of *text* related posts, that I don&#8217;t want, and I can&#8217;t find anything in the php that indicates where that is so I can cut it out. I have a screen shot of it here: </p>
<p><a href="http://www.maaspublications.net/testsite/FEE/wp-content/uploads/2016/09/Screen-Shot-2016-09-17-at-2.43.19-PM.png" rel="nofollow">http://www.maaspublications.net/testsite/FEE/wp-content/uploads/2016/09/Screen-Shot-2016-09-17-at-2.43.19-PM.png</a></p>
<p>Here&#8217;s the original php:</p>
<pre><code>&lt;?php // IF Post type is Standard (false) 	
		if(function_exists( &#039;get_post_format&#039; ) &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;gallery&#039; &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;video&#039; &amp;&amp; has_post_thumbnail()) { ?&gt; 

		        	&lt;?php if(has_post_thumbnail()): ?&gt;

						&lt;?php $attachment_image = wp_get_attachment_image_src(get_post_thumbnail_id(), &#039;portfolio-full&#039;); ?&gt;
						&lt;?php $full_image = wp_get_attachment_image_src(get_post_thumbnail_id(), &#039;portfolio-full&#039;); ?&gt;
						&lt;?php $attachment_data = wp_get_attachment_metadata(get_post_thumbnail_id()); ?&gt;
						&lt;div class=&quot;pic animationStart&quot;&gt;
							&lt;a href=&quot;&lt;?php echo $full_image[0]; ?&gt;&quot; rel=&quot;prettyPhoto[&#039;gal&#039;]&quot; title=&quot;&lt;?php echo $attachment-&gt;post_title; ?&gt;&quot;&gt;
							  	&lt;img src=&quot;&lt;?php echo $attachment_image[0]; ?&gt;&quot; alt=&quot; &quot;/&gt;&lt;div class=&quot;img_overlay_zoom&quot;&gt;&lt;/div&gt;			  		
							&lt;/a&gt;
						&lt;/div&gt;
						&lt;div class=&quot;h40&quot;&gt;&lt;/div&gt;	
						
					&lt;?php endif; ?&gt;

		
		&lt;?php } // IF Post type is Standard :: END ?&gt;</code></pre>
<p>and here is what it is now:</p>
<pre><code>&lt;?php // IF Post type is Standard (false) 	
		if(function_exists( &#039;get_post_format&#039; ) &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;gallery&#039; &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;video&#039; &amp;&amp; has_post_thumbnail()) { ?&gt; 

		        	

		
		&lt;?php } // IF Post type is Standard :: END ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29913</guid>
					<title><![CDATA[Reply To: Portfolio Page: Get Rid of &#039;Related&#039; blurbs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29913</link>
					<pubDate>Mon, 19 Sep 2016 00:35:26 +0000</pubDate>
					<dc:creator>jmpublications</dc:creator>

					<description>
						<![CDATA[
						<p>UPDATE: I&#8217;ve decided to revert back to the original code and attempt to use regular pages, instead. However, the reason I was trying to customize the portfolio php is because I want to use the portfolio carousel at the bottom of a page to create an eye-catching space to direct folks to a related area. </p>
<p>This may be a different support question, but how do I redefine the portfolio carousel to call PAGES instead? You can see what I&#8217;m doing here: </p>
<p><a href="http://www.maaspublications.net/testsite/FEE/employers-assistance-program/" rel="nofollow">http://www.maaspublications.net/testsite/FEE/employers-assistance-program/</a></p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29917</guid>
					<title><![CDATA[Reply To: Portfolio Page: Get Rid of &#039;Related&#039; blurbs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29917</link>
					<pubDate>Mon, 19 Sep 2016 06:53:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>The Pages don&#8217;t have such functionality out of the box, as they don&#8217;t have the same category/portfolio type structure that the portfolio items have &#8230;</p>
<p>If you want one it would be quite some coding.</p>
<p>I am not sure I got what you wanted in your portfolio template though? You wanted to just remove the featured image?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29918</guid>
					<title><![CDATA[Reply To: Portfolio Page: Get Rid of &#039;Related&#039; blurbs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29918</link>
					<pubDate>Mon, 19 Sep 2016 07:40:31 +0000</pubDate>
					<dc:creator>jmpublications</dc:creator>

					<description>
						<![CDATA[
						<p>Would I replace all instances of $projects in the following shortcodes.php, after editing related arrays in theme-options.php?</p>
<pre><code>// Portfolio Items
add_shortcode(&#039;portfolio_carousel&#039;, &#039;shortcode_portfolio_carousel&#039;);
function shortcode_portfolio_carousel($atts, $content = null) {
	
		extract(shortcode_atts(
			array(
				&#039;heading&#039; =&gt; __(&quot;Portfolio Items&quot;, &quot;Terra&quot;),
				&#039;max_items&#039; =&gt; (isset($atts[&#039;limit&#039;]) ? (int)$atts[&#039;limit&#039;] : 10),
				&#039;order_by&#039;=&gt; &#039;date&#039;,
				&#039;category_name&#039; =&gt; &#039;&#039;,
				&#039;centered_title&#039; =&gt; &#039;yes&#039;,
				
			), $atts));
	
		$projects = get_portfolio_items($max_items, $order_by, $category_name); 
		
		$str = &#039;&#039;;
		
		$portfolio_style = ot_get_option(&#039;portfolio_style&#039;) ? ot_get_option(&#039;portfolio_style&#039;) : &#039;type1&#039;;
		$centered_title = (($centered_title==&#039;yes&#039;)||($centered_title==&#039;Yes&#039;)) ? true : false;	
			
		if($projects-&gt;have_posts()){
		
			$str.=&#039;	
			&lt;div class=&quot;info_block animationStart&quot;&gt;
				&lt;div class=&quot;h10 clear&quot;&gt;&lt;/div&gt;
				&lt;h2 class=&quot;&#039;.(!$centered_title ? &#039;left_&#039; : &#039;&#039;).&#039;title&quot;&gt;&lt;span&gt;&#039;.$heading.&#039;&lt;/span&gt;&lt;/h2&gt;
				&lt;div class=&quot;clear h20&quot;&gt;&lt;/div&gt;
				&lt;div class=&quot;carousel_section&quot;&gt;
					&lt;div class=&quot;carousel_arrows_bgr&quot;&gt;&lt;/div&gt;
					&lt;ul id=&quot;portfolio_carousel&quot;&gt;&#039;;
						while($projects-&gt;have_posts()): $projects-&gt;the_post(); 
						if(has_post_thumbnail()): 
						
							$taxonomy = &#039;portfolio_category&#039;;
							$terms = get_the_terms( $projects-&gt;post-&gt;ID , $taxonomy );
							$cats = array();
							
							if (! empty( $terms ) ) :
								foreach ( $terms as $term ) {
									
									$link = get_term_link( $term, $taxonomy );
									if ( !is_wp_error( $link ) )
										$cats[] = $term-&gt;name;
								}
							endif;
						
							$str.=
								&#039;
								&lt;li class=&quot;one-third column info_item&quot;&gt;
									&lt;a href=&quot;&#039;.get_permalink().&#039;&quot; title=&quot;&quot;&gt;
										&lt;div class=&quot;pic_info &#039;.$portfolio_style.&#039;&quot;&gt;
											&#039;.get_the_post_thumbnail($projects-&gt;post-&gt;ID, &#039;portfolio-medium&#039;).&#039;&lt;div class=&quot;img_overlay_icon&quot;&gt;&lt;span class=&quot;portfolio_icon icon_&#039;.getPortfolioItemIcon($projects-&gt;post-&gt;ID).&#039;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
											&lt;div class=&quot;info_overlay&quot;&gt;
												&lt;div class=&quot;info_overlay_padding&quot;&gt;
													&lt;div class=&quot;info_desc&quot;&gt;
														&lt;span class=&quot;portfolio_icon icon_&#039;.getPortfolioItemIcon($projects-&gt;post-&gt;ID).&#039;&quot;&gt;&lt;/span&gt;
														&lt;h3&gt;&#039;.get_the_title().&#039;&lt;/h3&gt;
														&lt;p&gt;&#039;.implode(&#039; / &#039;, $cats).&#039;&lt;/p&gt;
													&lt;/div&gt;
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
									&lt;/a&gt;
								&lt;/li&gt;
								&#039;;
							
							
						endif; endwhile;
						$str.=&#039;
					&lt;/ul&gt;
				&lt;/div&gt;
			&lt;/div&gt;

			&lt;div class=&quot;h20 clear&quot;&gt;&lt;/div&gt;
						
			&lt;script type=&quot;text/javascript&quot;&gt;
				jQuery(document).ready(function() {
					jQuery(&quot;#portfolio_carousel&quot;).jcarousel({
						scroll: (jQuery(window).width() &gt; 767 ? 3 : 1),
						easing: &quot;easeInOutExpo&quot;,
						animation: 700
					});
				});	
				
				
				// Reload carousels on window resize to scroll only 1 item if viewport is small
				jQuery(window).resize(function() {
					 var el = jQuery(&quot;#portfolio_carousel&quot;), carousel = el.data(&quot;jcarousel&quot;), win_width = jQuery(window).width();
					   var visibleItems = (win_width &gt; 767 ? 3 : 1);
					   carousel.options.visible = visibleItems;
					   carousel.options.scroll = visibleItems;
					   carousel.reload();
				});
			&lt;/script&gt;&#039;;
		}
		
		return $str;

}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29924</guid>
					<title><![CDATA[Reply To: Portfolio Page: Get Rid of &#039;Related&#039; blurbs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/portfolio-page-get-rid-of-related-blurbs/#post-29924</link>
					<pubDate>Tue, 20 Sep 2016 07:14:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You best route would be to create your own shortcode(method) in your child theme.<br />
Yes, in it you would have your own functionality for $projects where you would pull the related Pages from the DB into it. Obviously there&#8217;s still things that will need changing as they only relate to Portolio CPT, like this : </p>
<pre><code>$taxonomy = &#039;portfolio_category&#039;;
$terms = get_the_terms( $projects-&gt;post-&gt;ID , $taxonomy );</code></pre>
<p>and so on. Good luck! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

