<?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: Block Style Navigation Only On Homepage</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 08:48:51 +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/block-style-navigation-only-on-homepage/#post-25454</guid>
					<title><![CDATA[Block Style Navigation Only On Homepage]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/#post-25454</link>
					<pubDate>Tue, 08 Dec 2015 04:26:16 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Howdy,</p>
<p>I have &#8220;Main Navigation Block Style&#8221; set to yes, but I only need this on the homepage. What is the best way to have non-block style menu for all the other pages?</p>
<p><a href="http://m62.siteground.biz/~contenta/beingwellyoga.com/" rel="nofollow">http://m62.siteground.biz/~contenta/beingwellyoga.com/</a></p>
<p>Cheers,<br />
Casper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/#post-25465</guid>
					<title><![CDATA[Reply To: Block Style Navigation Only On Homepage]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/#post-25465</link>
					<pubDate>Tue, 08 Dec 2015 10:21:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Casper,</p>
<p>As this is not an option at the moment you could modify your header.php template in your Child theme and add a check in it to where the &#8220;block_header&#8221; class is added.<br />
Currently there&#8217;s a check there for the option being set:</p>
<p><code>echo (boc_is_main_nav_block_style() ? &#039;block_header&#039; : &#039;&#039;);</code></p>
<p>you could modify this to also check for the static home page:</p>
<p><code>echo ((boc_is_main_nav_block_style() &amp;&amp; is_front_page() )? &#039;block_header&#039; : &#039;&#039;);</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/#post-25484</guid>
					<title><![CDATA[Reply To: Block Style Navigation Only On Homepage]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/block-style-navigation-only-on-homepage/#post-25484</link>
					<pubDate>Tue, 08 Dec 2015 20:12:13 +0000</pubDate>
					<dc:creator>CasperB</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, that worked perfectly <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

