<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Small thing - Logo wrapped in H1 tag</title>
		<link>http://www.kriesi.at/support/topic/small-thing-logo-wrapped-in-h1-tag</link>
		<description>Support Forum - Topic: Small thing - Logo wrapped in H1 tag</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:32:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/small-thing-logo-wrapped-in-h1-tag" rel="self" type="application/rss+xml" />

		<item>
			<title>loudcow on "Small thing - Logo wrapped in H1 tag"</title>
			<link>http://www.kriesi.at/support/topic/small-thing-logo-wrapped-in-h1-tag#post-97958</link>
			<pubDate>Fri, 22 Feb 2013 01:35:38 +0000</pubDate>
			<dc:creator>loudcow</dc:creator>
			<guid isPermaLink="false">97958@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cheers - Thanks Dude - you're a...cool dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Small thing - Logo wrapped in H1 tag"</title>
			<link>http://www.kriesi.at/support/topic/small-thing-logo-wrapped-in-h1-tag#post-97578</link>
			<pubDate>Wed, 20 Feb 2013 06:00:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content\themes\flagship\framework\php\function-set-avia-frontend.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;h1 class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace the h1 tag with any headline type/tag of your choice. I already updated the framework and the next theme update will introduce a filter which allows you to change the headline tag. You don't need to modify function-set-avia-frontend.php in this case but add following code to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;avia_logo_headline_filter&#38;#39;, &#38;#39;avia_headline&#38;#39;);
function avia_headline() {
	return &#38;quot;h3&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace h3 with any headline tag of your choice (h4,h5,etc.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>loudcow on "Small thing - Logo wrapped in H1 tag"</title>
			<link>http://www.kriesi.at/support/topic/small-thing-logo-wrapped-in-h1-tag#post-97546</link>
			<pubDate>Wed, 20 Feb 2013 00:25:18 +0000</pubDate>
			<dc:creator>loudcow</dc:creator>
			<guid isPermaLink="false">97546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there - after doing a quick on page seo audit of a site using Flagship I noticed that the logo image file is wrapped in h1 tags. Which essentially means I have 2 h1 tags on every page - a slight negative for on page seo. &#60;/p&#62;
&#60;p&#62;Can you rectify this for future releases if possible?&#60;/p&#62;
&#60;p&#62;How can I change in the meantime? I've dug in the code with firebug but still can't pinpoint exactly where I need to change/delete. &#60;/p&#62;
&#60;p&#62;Just a small thing but would be good to get fixed for seo.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
