<?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: tips - Recent Posts</title>
		<link>http://www.labnol.org/forums/tags/tips</link>
		<description>Help Center Tag: tips - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Feb 2012 23:25:13 +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/tips" 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 "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-6786</link>
			<pubDate>Wed, 21 Oct 2009 20:25:39 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6786@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hello everybody I am also having the same problem as stated by asifsikandar even google stop indexing my blog (www.abouttricks.com) form 20th-oct-2009 until all post indexed quickly. Anyone having the solution for it ?
&#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 "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 "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-5165</link>
			<pubDate>Wed, 01 Apr 2009 00:58:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5165@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;My Robot.txt setting is:&#60;br /&#62;
User-Agent: *&#60;br /&#62;
Allow: /&#60;br /&#62;
Allow: /blog&#60;br /&#62;
Disallow: /blog/wp-admin&#60;br /&#62;
Disallow: /blog/wp-includes&#60;br /&#62;
Disallow: /cgi-bin&#60;br /&#62;
Disallow: /blog/wp-admin&#60;br /&#62;
Disallow: /blog/wp-includes&#60;br /&#62;
Disallow: /blog/wp-content/plugins&#60;br /&#62;
Disallow: /blog/wp-content/cache&#60;br /&#62;
Disallow: /blog/wp-content/themes&#60;br /&#62;
Disallow: /blog/trackback&#60;br /&#62;
Disallow: /blog/feed&#60;br /&#62;
Disallow: /blog/comments&#60;br /&#62;
Disallow: /blog/category/*/*&#60;br /&#62;
Disallow: */blog/trackback&#60;br /&#62;
Disallow: */blog/feed&#60;br /&#62;
Disallow: */blog/comments&#60;br /&#62;
Disallow: /blog/*?*&#60;br /&#62;
Disallow: /blog/*?&#60;br /&#62;
Allow: /blog/wp-content/uploads&#60;/p&#62;
&#60;p&#62;# Google Image&#60;br /&#62;
User-agent: Googlebot-Image&#60;br /&#62;
Disallow:&#60;br /&#62;
Allow: /*&#60;/p&#62;
&#60;p&#62;# Google AdSense&#60;br /&#62;
User-agent: Mediapartners-Google*&#60;br /&#62;
Disallow:&#60;br /&#62;
Allow: /*&#60;/p&#62;
&#60;p&#62;# Internet Archiver Wayback Machine&#60;br /&#62;
User-agent: ia_archiver&#60;br /&#62;
Disallow: /&#60;/p&#62;
&#60;p&#62;# digg mirror&#60;br /&#62;
User-agent: duggmirror&#60;br /&#62;
Disallow: /&#60;/p&#62;
&#60;p&#62;Sitemap: &#60;a href=&#34;http://www.makedollarathome.com/blog/sitemap.xml&#34; rel=&#34;nofollow&#34;&#62;http://www.makedollarathome.com/blog/sitemap.xml&#60;/a&#62;&#60;br /&#62;
----------------------------------------------&#60;br /&#62;
Yes, i have checked noindex for meta tags...&#60;br /&#62;
-----------------&#60;br /&#62;
yes, i am using xml sitemap plugin and my new posts are shown in sitemap...&#60;br /&#62;
---------&#60;br /&#62;
and now google is removing my site from its index....wts the reason???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-5159</link>
			<pubDate>Tue, 31 Mar 2009 12:50:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5159@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@ asifsikandar&#60;/p&#62;
&#60;p&#62;1.have you checked your robots.txt file in the blog root ?&#60;br /&#62;
2.Have you checked the meta no index tag in your template ?&#60;br /&#62;
3.Are you using a XML sitemap.If yes,Are the new posts showing in the sitemap ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-5152</link>
			<pubDate>Mon, 30 Mar 2009 21:20:10 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5152@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Setup Ping services in your feedburner a/c and Google will definitely caches you Posts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-5145</link>
			<pubDate>Mon, 30 Mar 2009 13:10:39 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5145@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Same thing is happening to my blog.&#60;/p&#62;
&#60;p&#62;I made a free matrimonial website and a blog for the website, but now the blog is no more being indexed by google.&#60;/p&#62;
&#60;p&#62;I will try the above and see.&#60;/p&#62;
&#60;p&#62;Thanks and rgds&#60;/p&#62;
&#60;p&#62;Om Shaadi Om- The FULLY FREE Open Source alternative to paid matrimony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-4992</link>
			<pubDate>Tue, 10 Mar 2009 16:42:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4992@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;give our blog name.. say if your blog name is &#34;smashtech&#34; set alerts for the keywords smashtech and select the category as blogs.. then surely you ll get mail once your blog is updated.. if google index  your blog..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-4991</link>
			<pubDate>Tue, 10 Mar 2009 15:59:13 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4991@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Thanks for the reply...i set the alert but its not asking for my blog... any where in the settings...plz let me know if any 1 can help me in this matter...thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-4986</link>
			<pubDate>Tue, 10 Mar 2009 11:38:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4986@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;You can use Google Alert service to check whether Google detects your new blog post or not.. So set Google alerts for your blog and check whether your getting mails once your blog is updated...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-4978</link>
			<pubDate>Tue, 10 Mar 2009 01:01:22 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4978@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;I checked one of your posts(3.02$) and its working fine ...Each time when you make a post , check out the cache date . Your pots may not display instantly . But if your publishing date matches your cache date , there is nothing to worry .&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
&#60;a href=&#34;http://www.techknowl.com&#34; rel=&#34;nofollow&#34;&#62;http://www.techknowl.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "My Recent Wordpress (self hosted) Blog posts are not updated by google search"</title>
			<link>http://www.labnol.org/forums/topic/my-recent-wordpress-self-hosted-blog-posts-are-not-updated-by-google-search#post-4974</link>
			<pubDate>Mon, 09 Mar 2009 19:05:18 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4974@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi Amit:&#60;br /&#62;
Thanks for you support in the past.&#60;br /&#62;
Few days before my wordpress(self hosted) blog was constantly updated in google search. when ever i made post it was updated in google search with in few minutes, but after 20th of feb i dont know what happend n now my blog posts are not being updated by google search at the time when i make the posts...my blog &#60;a href=&#34;http://makedollarathome.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://makedollarathome.com/blog&#60;/a&#62;&#60;br /&#62;
My pages are indexed by google but i dont know whats the problem with new posts...Paste the url of any of my newer posts and you will see that its not displaying that post's title. and that post title is displayed under my blog's main title inside description portion of search.&#60;br /&#62;
plz tel me the reason why google stopped updating my NEW POSTS.&#60;br /&#62;
Now when i post and check it in google search after some hours by searching the title or url of that post, its not shown by google, n that title of post is shown in meta description of my blogs...plz help me in this...&#60;br /&#62;
waiting for your soonest reply&#60;br /&#62;
THanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Information Security Tips"</title>
			<link>http://www.labnol.org/forums/topic/information-security-tips#post-4308</link>
			<pubDate>Sun, 04 Jan 2009 01:00:30 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">4308@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Often I used to note down some of the technology stuff related to my experiences and interests in word docs on my PC until recently I launched my blogging site &#60;a href=&#34;http://informationsecuritytips.com&#34; rel=&#34;nofollow&#34;&#62;http://informationsecuritytips.com&#60;/a&#62; using wordpress. Through this website I hope to share some of my experiances and knowledge mainly in the computer and network information security area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "PC&#039;s Tech Blog"</title>
			<link>http://www.labnol.org/forums/topic/pcs-tech-blog#post-3177</link>
			<pubDate>Mon, 01 Sep 2008 10:32:53 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3177@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Pc and blogsdna, both of your blogs are very good. I read some of your posts and they were of good info source.&#60;br /&#62;
Keep up the work..And Best of luck from me, for your blogging life.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

