<?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>Display Video + Excerpt for Video Post types on archive page using Renew Stack &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:42:57 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-151811</guid>
					<title><![CDATA[Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-151811</link>
					<pubDate>Mon, 24 Nov 2014 18:10:45 +0000</pubDate>
					<dc:creator>sp_sam</dc:creator>

					<description>
						<![CDATA[
						<p>All of my posts will be video posts, but will also contain text content. We&#8217;d like to show the video plus the excerpt on the blog archive page. So a combination of what is shown for Video posts and Standard posts. I&#8217;m trying to determine which file I need to add &#8220;the_excerpt();&#8221; to display it beneath the featured video.</p>
<p>Using a Renew Child Theme of X Theme 2.6 on WordPress 4.0.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-152008</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-152008</link>
					<pubDate>Mon, 24 Nov 2014 23:08:43 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Thanks for posting in.</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>then you would need to copy the <strong>content-video.php</strong><br />
found here /wp-content/themes/x/framework/views/renew/content-video.php</p>
<p>and paste it into your child theme /wp-content/themes/x-child-renew/framework/views/renew/content-video.php</p>
<p>you would then alter the code like so:</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/RENEW/CONTENT-VIDEO.PHP
// -----------------------------------------------------------------------------
// Video post output for Renew.
// =============================================================================

?&gt;

&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
  &lt;div class=&quot;entry-wrap&quot;&gt;
    &lt;?php x_get_view( &#039;renew&#039;, &#039;_content&#039;, &#039;post-header&#039; ); ?&gt;
      &lt;/div&gt;
    &lt;?php if ( is_single() ) : ?&gt;
      &lt;div class=&quot;entry-featured&quot;&gt;
      &lt;?php x_featured_video(); ?&gt;
      &lt;?php x_get_view( &#039;global&#039;, &#039;_content&#039;, &#039;the-content&#039; ); ?&gt;
      &lt;?php x_get_view( &#039;renew&#039;, &#039;_content&#039;, &#039;post-footer&#039; ); ?&gt;
       &lt;?php else : ?&gt;
     &lt;div class=&quot;entry-featured&quot;&gt;
      &lt;?php x_featured_video(); ?&gt;
      &lt;?php the_excerpt(); ?&gt;
    &lt;?php endif; ?&gt;
  &lt;/div&gt;
&lt;/article&gt;</code></pre>
<p>That should do it! Hope this helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266509</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266509</link>
					<pubDate>Tue, 05 May 2015 23:57:11 +0000</pubDate>
					<dc:creator>hdarteaga</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I&#8217;m currently using the renew stack and have the same issue. I understand that I need to create a child theme which I will do, but currently on my &#8220;staging site&#8221; (<a href="http://synthesis1.fantasktic.com/blog/" rel="nofollow">http://synthesis1.fantasktic.com/blog/</a>) the content-video.php you mentioned above does not exist in my wordpress editor.</p>
<p>Just to reiterate the issue, I would like the experts for video posts (all posts for that matter) to be visible on my main blog page. </p>
<p>I also viewed this post (<a href="https://theme.co/x/member/forums/topic/blog-list-not-displaying-excerpt-when-featured-image-is-present/" rel="nofollow">https://theme.co/x/member/forums/topic/blog-list-not-displaying-excerpt-when-featured-image-is-present/</a>) and the content.php file described in that post is also not showing within my wordpress editor. </p>
<p>What would be the correct code and php file for my site?</p>
<p>P.S My wordpress and xtheme are up to date. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266784</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266784</link>
					<pubDate>Wed, 06 May 2015 07:10:04 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You need to use FTP(Filezilla) to be able to see the files.</p>
<p>You need to copy the files content-video.php,content-audio.php,content-gallery.php,content-image.php from wp-content/themes/x/framework/views/renew/ into your child theme wp-content/themes/x-child/framework/views/renew/</p>
<p>Then add the code below in all files before the code that reads </p>
<pre><code>
   &lt;?php if ( is_single() ) : ?&gt;
      &lt;?php x_get_view( &#039;global&#039;, &#039;_content&#039;, &#039;the-content&#039; ); ?&gt;
</code></pre>
<p>Code to be added</p>
<pre><code>
    &lt;?php if(is_home()): ?&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_content&#039;, &#039;the-excerpt&#039; ); ?&gt;
    &lt;?php endif; ?&gt;
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-279619</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-279619</link>
					<pubDate>Fri, 22 May 2015 18:09:00 +0000</pubDate>
					<dc:creator>hdarteaga</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you that worked! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-279859</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-279859</link>
					<pubDate>Sat, 23 May 2015 01:43:22 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331442</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331442</link>
					<pubDate>Wed, 15 Jul 2015 20:49:36 +0000</pubDate>
					<dc:creator>hdarteaga</dc:creator>

					<description>
						<![CDATA[
						<p>Hi regarding this same topic what code do I need to add within my child theme for me not only to have the excerpt but to the full length post be shown on the blog homepage.</p>
<blockquote class="wp-embedded-content" data-secret="iStKvy2u4X"><p><a href="https://billygeneismarketing.com/" rel="nofollow">Home</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Home&#8221; &#8212; Billy Gene Is A.I. &amp; XR Marketing" src="https://billygeneismarketing.com/embed/#?secret=ywmWIimxcH#?secret=iStKvy2u4X" data-secret="iStKvy2u4X" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>P.S WordPress and theme are up to date.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331556</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331556</link>
					<pubDate>Thu, 16 Jul 2015 00:15:50 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Please refer to our previous reply <a href="https://community.theme.co//forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266784" rel="nofollow">https://community.theme.co//forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-266784</a></p>
<p>And instead of adding this code:</p>
<pre><code>&lt;?php if(is_home()): ?&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_content&#039;, &#039;the-excerpt&#039; ); ?&gt;
&lt;?php endif; ?&gt;</code></pre>
<p>Please replace it with this code to display the fullwidth:</p>
<pre><code>&lt;?php if(is_home()): ?&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_content&#039;, &#039;the-content&#039; ); ?&gt;
&lt;?php endif; ?&gt;</code></pre>
<p>Hope this helps. We&#8217;d loved to know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331621</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331621</link>
					<pubDate>Thu, 16 Jul 2015 01:46:12 +0000</pubDate>
					<dc:creator>hdarteaga</dc:creator>

					<description>
						<![CDATA[
						<p>It worked thanks!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331727</guid>
					<title><![CDATA[Reply To: Display Video + Excerpt for Video Post types on archive page using Renew Stack]]></title>
					<link>https://theme.co/archive/forums/topic/display-video-excerpt-for-video-post-types-on-archive-page-using-renew-stack/#post-331727</link>
					<pubDate>Thu, 16 Jul 2015 04:40:05 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome!<br />
We are glad we were able to help you out.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

