<?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: Blog headline and order on single.php</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 07:39:53 +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/blog-headline-and-order-on-single-php/#post-25246</guid>
					<title><![CDATA[Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25246</link>
					<pubDate>Mon, 30 Nov 2015 08:23:01 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Blueowl,</p>
<p>I&#8217;d love to change the design of my blog entries. At the moment, the Heading appears right below the header (like in the demo blog). I&#8217;d love to set the following order on a single entry:</p>
<p>h1 (Blog heading)<br />
Meta<br />
Featured Image (if set)<br />
Article text</p>
<p>Should look like all the other pages on my site.</p>
<p>Would be great to get some help on this! Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25247</guid>
					<title><![CDATA[Reply To: Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25247</link>
					<pubDate>Mon, 30 Nov 2015 08:23:46 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25252</guid>
					<title><![CDATA[Reply To: Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25252</link>
					<pubDate>Mon, 30 Nov 2015 08:56:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Sure I can help with this. You should overwrite your single.php template in your Child theme and simply move the title/date up above the image (media).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25270</guid>
					<title><![CDATA[Reply To: Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25270</link>
					<pubDate>Mon, 30 Nov 2015 17:47:26 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Hmmm, not that simple as the page heading seems to be in the header.php</p>
<pre><code>	&lt;!-- Page content::START --&gt;
	&lt;div class=&quot;content_body&quot;&gt;
	
	&lt;?php boc_page_header();
</code></pre>
<p>Would like to have it as a h1 directly within the single.php. How can I get it in there? </p>
<p>Thanks again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25295</guid>
					<title><![CDATA[Reply To: Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25295</link>
					<pubDate>Tue, 01 Dec 2015 09:32:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>So you want to remove it from the top?</p>
<p>This bit will remove it:</p>
<pre><code>.single-post .page_heading h1 {
display: none;
}</code></pre>
<p>In your single.php just add the title before the featured image like so:</p>
<p><code>&lt;?php the_title( &#039;&lt;h3&gt;&#039;, &#039;&lt;/h3&gt;&#039; ); ?&gt;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25346</guid>
					<title><![CDATA[Reply To: Blog headline and order on single.php]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-headline-and-order-on-single-php/#post-25346</link>
					<pubDate>Wed, 02 Dec 2015 07:10:33 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Great, thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

