<?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>Move breadcrumbs below title image &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 06 Nov 2025 07:03:22 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-283625</guid>
					<title><![CDATA[Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-283625</link>
					<pubDate>Wed, 27 May 2015 23:59:00 +0000</pubDate>
					<dc:creator>mcheck</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to move the breadcrumbs below an image or row of content?</p>
<p>For instance, we would like the header to be top, then an image directly under the masthead (slider is fine), THEN the breadcrumbs.  Essentially the order would be:</p>
<p>Masthead<br />
Full width image<br />
Breadcrumbs<br />
Content<br />
Footer<br />
&#8212;&#8212;&#8212;</p>
<p>Using icon and X 3.2.4, and child theme</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-283961</guid>
					<title><![CDATA[Reply To: Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-283961</link>
					<pubDate>Thu, 28 May 2015 04:45:00 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in! To accomplish your desired changes, since you already have a child theme, please create a new file in your local computer and please insert this code into that file.</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/ICON/WP-HEADER.PHP
// -----------------------------------------------------------------------------
// Header output for Icon.
// =============================================================================

?&gt;

&lt;?php x_get_view( &#039;global&#039;, &#039;_header&#039; ); ?&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_slider-above&#039; ); ?&gt;

  &lt;header class=&quot;&lt;?php x_masthead_class(); ?&gt;&quot; role=&quot;banner&quot;&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_topbar&#039; ); ?&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_navbar&#039; ); ?&gt;
  &lt;/header&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_slider-below&#039; ); ?&gt;

  &lt;?php x_get_view( &#039;icon&#039;, &#039;_breadcrumbs&#039; ); ?&gt;</code></pre>
<p>Save this file as <code>wp-header.php</code> and upload this file to your server in your child theme&#8217;s folder <code>wp-content/themes/x-child/framework/views/icon/</code></p>
<p>Please let us know if this works out for you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-285068</guid>
					<title><![CDATA[Reply To: Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-285068</link>
					<pubDate>Thu, 28 May 2015 21:46:38 +0000</pubDate>
					<dc:creator>mcheck</dc:creator>

					<description>
						<![CDATA[
						<p>SO that allows me to use the slider below the masthead in page options to add a static image?</p>
<p>Perfect, trying this today!</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-285492</guid>
					<title><![CDATA[Reply To: Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-285492</link>
					<pubDate>Fri, 29 May 2015 06:24:26 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, it is allowed/possible.</p>
<p>You&#8217;re welcome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-286077</guid>
					<title><![CDATA[Reply To: Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-286077</link>
					<pubDate>Fri, 29 May 2015 18:39:19 +0000</pubDate>
					<dc:creator>mcheck</dc:creator>

					<description>
						<![CDATA[
						<p>Fantastic. This worked perfectly. I added a slider that was essentially a static image and used the page&#8217;s settings to place it below the masthead.</p>
<p>Thanks again!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-286643</guid>
					<title><![CDATA[Reply To: Move breadcrumbs below title image]]></title>
					<link>https://theme.co/archive/forums/topic/move-breadcrumbs-below-title-image/#post-286643</link>
					<pubDate>Sat, 30 May 2015 09:02:09 +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>

