<?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: Video position in Blogposts with Post type Video</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:16:22 +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/video-position-in-blogposts-with-post-type-video/#post-27663</guid>
					<title><![CDATA[Video position in Blogposts with Post type Video]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27663</link>
					<pubDate>Mon, 21 Mar 2016 09:22:49 +0000</pubDate>
					<dc:creator>Frank_11</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>How can I change the style &#8220;Post Type Video&#8221; so that the video is displayed at the end of the blog post and not at the beginning?</p>
<p>Thanks for help!</p>
<p>Frank</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27666</guid>
					<title><![CDATA[Reply To: Video position in Blogposts with Post type Video]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27666</link>
					<pubDate>Mon, 21 Mar 2016 09:50:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Frank,</p>
<p>Edit your single.php and where it says:</p>
<p>// IF Post type is Video </p>
<p>add this beforehand:</p>
<pre><code>&lt;div class=&quot;post_description&quot;&gt;
&lt;?php the_content(); ?&gt;
&lt;/div&gt;</code></pre>
<p>You then have to add a check few lines below and disable the regular content printing for videos so it&#8217;s not dublicated, you can wrap it in an if statement like so:</p>
<pre><code>&lt;?php	if (( function_exists( &#039;get_post_format&#039; ) &amp;&amp; get_post_format( $post-&gt;ID ) != &#039;video&#039;)  ) { ?&gt;

&lt;div class=&quot;post_description&quot;&gt;
&lt;?php the_content(); ?&gt;
&lt;/div&gt;

&lt;?php	} ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27670</guid>
					<title><![CDATA[Reply To: Video position in Blogposts with Post type Video]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27670</link>
					<pubDate>Mon, 21 Mar 2016 12:34:24 +0000</pubDate>
					<dc:creator>Frank_11</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, I don&#8217;t understand, what I must do. </p>
<p>The code in the single.php is<br />
<code><br />
&lt;?php	// IF Post type is Video<br />
				if (( function_exists( 'get_post_format' ) &amp;&amp; get_post_format( $post-&gt;ID ) == 'video')  ) {<br />
					if($video_embed_code = get_post_meta($post-&gt;ID, 'video_embed_code', true)) {<br />
						echo "&lt;div class='video_max_scale'&gt;";<br />
						echo $video_embed_code;<br />
						echo "&lt;/div&gt;";<br />
						echo '&lt;div class="h20"&gt;&lt;/div&gt;';<br />
					}<br />
				} // IF Post type is Video :: END<br />
		?&gt;<br />
</code></p>
<p>The modified code is now?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27682</guid>
					<title><![CDATA[Reply To: Video position in Blogposts with Post type Video]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/video-position-in-blogposts-with-post-type-video/#post-27682</link>
					<pubDate>Tue, 22 Mar 2016 10:11:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>add this before it:</p>
<pre><code>&lt;div class=&quot;post_description&quot;&gt;
&lt;?php the_content(); ?&gt;
&lt;/div&gt;</code></pre>
<p>then go on with the rest.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

