<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Help Center Tag: designing - Recent Posts</title>
		<link>http://www.labnol.org/forums/tags/designing</link>
		<description>Help Center Tag: designing - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Feb 2012 00:26:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.labnol.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.labnol.org/forums/rss/tags/designing" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-7676</link>
			<pubDate>Fri, 19 Feb 2010 11:43:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7676@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;I have a problem with the title of my post &#60;a href=&#34;http://www.fastcashforex.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fastcashforex.com&#60;/a&#62;&#60;br /&#62;
i use Magazine Basic wordpress theme by bavotasan, above my title in the header section i see html code and i don't know how to edit the header and fix it.&#60;br /&#62;
can someone help please&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6271</link>
			<pubDate>Thu, 06 Aug 2009 20:04:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6271@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Sparx yup you are right.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
&#60;a&#62;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#38;lt;div class=&#34;description&#34;&#38;gt;&#38;lt;?php bloginfo('description'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the portion of code which Displays the blog title and blog description..&#60;br /&#62;
you can replace it with&#60;br /&#62;
&#38;lt;h1&#38;gt;&#60;a href=&#34;Your Blogs Home Page URL&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;The Url of the logo image&#34; alt=&#34;Your Site Title&#34;/&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the way to add a logo..This may not look perfect if there are some CSS constraints applied to it..&#60;/p&#62;
&#60;p&#62;BTW if you want to add a header image which replaces the entire blue header portion you will have to edit the style.css file properly!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6212</link>
			<pubDate>Fri, 31 Jul 2009 12:57:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6212@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Surender97: Won't that put stuff into the  browser's title bar? I thought that's what the &#38;lt;title&#38;gt; tag is meant for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Technogati.com redesigned with WP Thesis Theme"</title>
			<link>http://www.labnol.org/forums/topic/technogaticom-redesigned-with-wp-thesis-theme#post-6205</link>
			<pubDate>Thu, 30 Jul 2009 19:33:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6205@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hello friends,&#60;br /&#62;
Your favorite blog Technogati.com, which is providing blog guide,blogging tips and social media help has redesigned with Thesis Wordpress theme which is more usable with power of auto SEO.&#60;br /&#62;
Top bloggers like Chrisbrogan,Darren Rowse,CopyBlogger etc are using this theme with simple navigation and clean look.&#60;br /&#62;
Have you any words to say about me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6204</link>
			<pubDate>Thu, 30 Jul 2009 19:24:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6204@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Find under the file header.php&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
Replace following with:&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#60;a href=&#34;your site name&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/a&#62;&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6184</link>
			<pubDate>Tue, 28 Jul 2009 16:58:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6184@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Try putting in the &#38;lt;img&#38;gt; tag just after the &#38;lt;title&#38;gt; line in header.php.&#60;/p&#62;
&#60;p&#62;I don't have a test WP blog where I can try this out, so you'll have to try on your own.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://URLtoimage.jpg&#38;quot; alt=&#38;quot;Descriptive ALT text&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6183</link>
			<pubDate>Tue, 28 Jul 2009 16:33:33 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6183@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi Sparx,&#60;br /&#62;
Tried to play a bit but got errors most of the time. If I paste the header code here, do you think u can guide a bit ?&#60;br /&#62;
&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress &#38;lt;?php bloginfo('version'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;robots&#34; content=&#34;index,follow&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_head(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;verify-v1&#34; content=&#34;1LL9w9lueOvRd5DTfR7nPZNaIrZ8/s0j2rVEtujgUGE=&#34; /&#38;gt;&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6181</link>
			<pubDate>Tue, 28 Jul 2009 15:00:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6181@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;you'll need to edit the PHP files to include an image, possibly in the header section in header.php.&#60;/p&#62;
&#60;p&#62;Include the image with the &#38;lt;img src=&#34;&#34;/&#38;gt; tag and experiment with image sizes etc.&#60;/p&#62;
&#60;p&#62;There isn't any header image included, so you'll need to code it in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6178</link>
			<pubDate>Tue, 28 Jul 2009 07:49:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6178@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;For the quickpress theme &#60;a href=&#34;http://www.quickonlinetips.com/archives/quickpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.quickonlinetips.com/archives/quickpress/&#60;/a&#62;, can anyone suggest how to add logo and the header image ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Hi I am Sukkim"</title>
			<link>http://www.labnol.org/forums/topic/hi-i-am-sukkim#post-4188</link>
			<pubDate>Tue, 23 Dec 2008 10:52:03 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4188@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hello everybody,&#60;/p&#62;
&#60;p&#62;I am Sukkim. Check out my blog then comment. &#60;a href=&#34;http://imsukk.blogspot.com&#34; rel=&#34;nofollow&#34;&#62;http://imsukk.blogspot.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Wordpress Theme Designing Classes!"</title>
			<link>http://www.labnol.org/forums/topic/wordpress-theme-designing-classes#post-2042</link>
			<pubDate>Sat, 24 May 2008 12:10:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">2042@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;    I want to learn wordpress theme designing.&#60;br /&#62;
    So please tell me, where can I learn it.&#60;br /&#62;
    I am ready to pay and attend classes…&#60;br /&#62;
    I prefer to  learn it in Karnataka.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

