<?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>Content below Portfolio &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/content-below-portfolio/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/content-below-portfolio/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 07:55:29 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164209</guid>
					<title><![CDATA[Content below Portfolio]]></title>
					<link>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164209</link>
					<pubDate>Sun, 14 Dec 2014 07:02:07 +0000</pubDate>
					<dc:creator>Trutravels</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>I would like to add content below my portfolio section.<br />
ie:<br />
I would like the portfolio to display, and then have other sections as you would on a normal page.</p>
<p>Here is a PSD mockup.<br />
<img decoding="async" src="http://i.imgur.com/N46aVNX.jpg" alt="psd mockup" /></p>
<p>So basically: I can have the top section with the masthead option, and then have the section below the normal content of the page, with the portfolio section in-between.</p>
<p>Is this possible?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164212</guid>
					<title><![CDATA[Reply To: Content below Portfolio]]></title>
					<link>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164212</link>
					<pubDate>Sun, 14 Dec 2014 07:06:11 +0000</pubDate>
					<dc:creator>Trutravels</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164331</guid>
					<title><![CDATA[Reply To: Content below Portfolio]]></title>
					<link>https://theme.co/archive/forums/topic/content-below-portfolio/#post-164331</link>
					<pubDate>Sun, 14 Dec 2014 14:33:58 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>This is not offered by X,you need to add it separately in template.</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>.</p>
<p>Create <strong>template-layout-portfolio.php</strong> file inside YOUR<strong> CHILD THEME -&gt; framework -&gt; views -&gt; integrity</strong> and add this code in there:</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/INTEGRITY/TEMPLATE-LAYOUT-PORTFOLIO.PHP
// -----------------------------------------------------------------------------
// Portfolio page output for Integrity.
// =============================================================================

?&gt;
&lt;?php get_header(); ?&gt;
	
  &lt;div class=&quot;x-container-fluid max width offset cf&quot;&gt;
    &lt;div class=&quot;&lt;?php x_main_content_class(); ?&gt;&quot; role=&quot;main&quot;&gt;
    &lt;?php echo do_shortcode(&#039;my sort code&#039;); ?&gt;

      &lt;?php x_get_view( &#039;global&#039;, &#039;_portfolio&#039; ); ?&gt;
  
    &lt;/div&gt;
   &lt;?php echo do_shortcode(&#039;my sort code&#039;); ?&gt;
    &lt;?php get_sidebar(); ?&gt;

  &lt;/div&gt;

&lt;?php get_footer(); ?&gt;</code></pre>
<p>Create your content using shortcodes inside temporary page.<br />
Find <code>&lt;?php echo do_shortcode(&#039;my sort code&#039;); ?&gt;</code>,instead of <code>my sort code</code> put the exact shortcode.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/content-below-portfolio/#post-166184</guid>
					<title><![CDATA[Reply To: Content below Portfolio]]></title>
					<link>https://theme.co/archive/forums/topic/content-below-portfolio/#post-166184</link>
					<pubDate>Wed, 17 Dec 2014 09:01:03 +0000</pubDate>
					<dc:creator>Trutravels</dc:creator>

					<description>
						<![CDATA[
						<p>IS there a way to make it render the content that is from the actual page its from.</p>
<p>Ie:<br />
I have this page, and that content, that I want to fill in under that, specific portfolio page.<br />
<img decoding="async" src="http://i.imgur.com/ibQBt0t.png" alt="image" /></p>
<p>The reason being because I am going to have 3 portfolio pages with different content:<br />
ie: the TruCrew, BoltOn Packages, and a Blog.</p>
<p>PS:<br />
How can I also change the text where it reads: SORT PORTFOLIO</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/content-below-portfolio/#post-166425</guid>
					<title><![CDATA[Reply To: Content below Portfolio]]></title>
					<link>https://theme.co/archive/forums/topic/content-below-portfolio/#post-166425</link>
					<pubDate>Wed, 17 Dec 2014 15:36:19 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Using content from the admin panel requires more in depth template change, we&#8217;d love to help you with that but regretfully, that will fall beyond the scope of support we can offer.</p>
<p>However, you could use WordPress conditionals to show different content on different pages. So, to achieve that, you can simply replace the following line from the above provided code:</p>
<pre><code>&lt;?php echo do_shortcode(&#039;my sort code&#039;); ?&gt;
</code></pre>
<p>with following:</p>
<pre><code>&lt;?php 
  if ( is_page(121) ) {
    echo do_shortcode(&#039;TruCrew_shortcodes&#039;); 
  } elseif( is_page(122) ) {
    echo do_shortcode(&#039;BoltOn_Packages_shortcodes&#039;); 
  } elseif ( is_page(123) ) {
    echo do_shortcode(&#039;Blog_shortcodes&#039;); 
  }
?&gt;
</code></pre>
<p>Replace <strong>121</strong> with your first page&#8217;s ID (TruCrew) and <strong>TruCrew_shortcodes</strong> with the shortcodes you want to display in that page. Do the same thing with <strong>122</strong> and <strong>123</strong> IDs.</p>
<p>You can review this article to find the IDs of your posts (same method for finding IDs of pages): <a href="https://theme.co/x/member/kb/how-to-locate-post-ids/" rel="nofollow">https://theme.co/x/member/kb/how-to-locate-post-ids/</a></p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

