<?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: Editing h1 tags</title>
		<link>http://www.kriesi.at/support/topic/editing-h1-tags</link>
		<description>Support Forum - Topic: Editing h1 tags</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:24:24 +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/editing-h1-tags" rel="self" type="application/rss+xml" />

		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-73171</link>
			<pubDate>Tue, 28 Aug 2012 04:49:42 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">73171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72853</link>
			<pubDate>Sat, 25 Aug 2012 16:43:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The structure of Flashlight is a bit diiferent and you need to open up/edit sidebar.php instead of header.php &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72843</link>
			<pubDate>Sat, 25 Aug 2012 14:52:23 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">72843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ishmael,&#60;/p&#62;
&#60;p&#62;My header.php file does not contain that code. Below is my entire header.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html&#38;gt;
&#38;lt;html &#38;lt;?php language_attributes(); ?&#38;gt; class=&#38;#39;html_container &#38;#39;&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;meta charset=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;charset&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;?php
	global $avia_config;

	/*
	 * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
	 * located in framework/php/function-set-avia-frontend.php
	 */
	 if (function_exists(&#38;#39;avia_set_follow&#38;#39;)) { echo avia_set_follow(); }

?&#38;gt;

&#38;lt;!-- page title, displayed in your browser bar --&#38;gt;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#124; &#38;lt;?php is_home() ? bloginfo(&#38;#39;description&#38;#39;) : wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;

&#38;lt;!-- add feeds, pingback and stuff--&#38;gt;
&#38;lt;link rel=&#38;quot;profile&#38;quot; href=&#38;quot;http://gmpg.org/xfn/11&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate&#38;quot; type=&#38;quot;application/rss+xml&#38;quot; title=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; RSS2 Feed&#38;quot; href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;pingback_url&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;!-- add css stylesheets --&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;all&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;stylesheet_url&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/prettyPhoto/css/prettyPhoto.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/projekktor/theme/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/&#38;lt;?php avia_option(&#38;#39;stylesheet&#38;#39;, &#38;#39;light-skin.css&#38;#39;); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/shortcodes.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/slideshow.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;

&#38;lt;?php

	/* add javascript */
	wp_enqueue_script( &#38;#39;jquery&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-default&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-prettyPhoto&#38;#39; );
	wp_enqueue_script( &#38;#39;avia-html5-video&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_fade_slider&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_fullscreen_slider&#38;#39; );
	wp_enqueue_script( &#38;#39;avia_masonry&#38;#39; );

	/* We add some JavaScript to pages with the comment form
	 * to support sites with threaded comments (when in use).
	 */
	if ( is_singular() &#38;amp;&#38;amp; get_option( &#38;#39;thread_comments&#38;#39; ) ) { wp_enqueue_script( &#38;#39;comment-reply&#38;#39; ); }

?&#38;gt;

&#38;lt;!-- plugin and theme output with wp_head() --&#38;gt;
&#38;lt;?php 

	/* Always have wp_head() just before the closing &#38;lt;/head&#38;gt;
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to add elements to &#38;lt;head&#38;gt; such
	 * as styles, scripts, and meta tags.
	 */

	wp_head();
	$fullwidth_slider = new avia_gallery_slider();
?&#38;gt;

&#38;lt;!-- custom.css file: use this file to add your own styles and overwrite the theme defaults --&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/css/custom.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;/&#38;gt;
&#38;lt;!--[if lt IE 8]&#38;gt;
&#38;lt;style type=&#38;#39;text/css&#38;#39;&#38;gt; .one_fourth	{ width:21.5%;} &#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;

&#38;lt;/head&#38;gt;

&#38;lt;body id=&#38;quot;top&#38;quot; &#38;lt;?php body_class(avia_get_option(&#38;#39;sidebar_position&#38;#39;).&#38;quot; &#38;quot;.$fullwidth_slider-&#38;gt;instant_gal().&#38;quot; &#38;quot;. avia_get_option(&#38;#39;boxed&#38;#39;). &#38;quot; &#38;quot;.avia_get_browser()); ?&#38;gt;&#38;gt;

	&#38;lt;?php
	$fullwidth_slider-&#38;gt;display();
	?&#38;gt;

	&#38;lt;a class=&#38;#39;return_content&#38;#39; href=&#38;#39;#return_content&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;show sidebar &#38;amp; content&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
	&#38;lt;div id=&#38;#39;wrap_all&#38;#39;&#38;gt;

	&#38;lt;!-- ####### HEAD CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;

			&#38;lt;/div&#38;gt;
			&#38;lt;!-- end container_wrap_header --&#38;gt;

	&#38;lt;!-- ####### END HEAD CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72790</link>
			<pubDate>Sat, 25 Aug 2012 03:46:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open header.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_logo();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#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;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Put the style below on your custom.css, make sure that the image logo23.png is 180x103px.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, .logo a {
display: block;
position: relative;
border: none;
padding: 0;
margin: 0;
float: left;
text-align: center;
max-width: 180px;
height: 103px;
background: url(&#38;#39;http://pinebrand.com/wp-content/uploads/2011/09/logo23.png&#38;#39;) no-repeat;
width: 180px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garrettdanielson on "Editing h1 tags"</title>
			<link>http://www.kriesi.at/support/topic/editing-h1-tags#post-72772</link>
			<pubDate>Fri, 24 Aug 2012 21:38:26 +0000</pubDate>
			<dc:creator>garrettdanielson</dc:creator>
			<guid isPermaLink="false">72772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm working on my SEO and would like to change the h1 tags to the title of the respective page with the logo as a CSS background-image rather than calling the logo within the h1 tag.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Garrett&#60;br /&#62;
&#60;a href=&#34;http://www.pinebrand.com&#34; rel=&#34;nofollow&#34;&#62;http://www.pinebrand.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
