<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webaddict &#187; Wordpress Tutorials</title>
	<atom:link href="http://www.webaddict.info/category/wordpress-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webaddict.info</link>
	<description>Internet marketing, Wordpress, Blogger, tutorials, Hacks, SEO, Freebies, Resources, Webmaster tools</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Blogs What Good Are They?</title>
		<link>http://www.webaddict.info/2011/10/blogs-what-good-are-they/</link>
		<comments>http://www.webaddict.info/2011/10/blogs-what-good-are-they/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 08:10:09 +0000</pubDate>
		<dc:creator>Dave Barty</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/2011/10/blogs-what-good-are-they/</guid>
		<description><![CDATA[Blogs; what good are they anyway? Well, really blogs are each great whether or not you're running a business website or you are merely utilizing blogs for fun. In terms of business, blogs can prove to be a supplemental type of advertisement and you'll find them to be a distinctive device that you can use to maintain in contact with your customers. Further, when it comes to private use, blogs are certainly an outstanding way to remain in touch together with your family members and friends, even when they are across the globe. Greatest of all, blogs can frequently be established at no cost and can effortlessly stand on their own, with out an existing web site to support them.]]></description>
		<wfw:commentRss>http://www.webaddict.info/2011/10/blogs-what-good-are-they/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Marketing Crash Course</title>
		<link>http://www.webaddict.info/2011/05/blog-marketing-crash-course/</link>
		<comments>http://www.webaddict.info/2011/05/blog-marketing-crash-course/#comments</comments>
		<pubDate>Sat, 14 May 2011 07:36:29 +0000</pubDate>
		<dc:creator>Christine Jackson</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/2011/05/blog-marketing-crash-course/</guid>
		<description><![CDATA[Many individuals with blogs get disheartened after a couple of weeks or months when their blog fails to attract a large number of readers. It's a real shame, because if bloggers followed a few easy blog marketing steps, then they would most likely find that there's a willing audience just dying to read about most topics. So what can a blogger do to get noticed? Listed here are a couple of weblog advertising ideas that should get most blogs getting reasonable visitors inside a short space of time.]]></description>
		<wfw:commentRss>http://www.webaddict.info/2011/05/blog-marketing-crash-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Reasons for why you should use a Post Excerpt</title>
		<link>http://www.webaddict.info/2009/04/5-reasons-for-why-you-should-use-post-excerpt/</link>
		<comments>http://www.webaddict.info/2009/04/5-reasons-for-why-you-should-use-post-excerpt/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 12:54:06 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=103</guid>
		<description><![CDATA[Post Excerpts allows you to view only a part of the Post on the Home page instead of the Full Post.Displaying Excerpts has many advantages in SEO, monetisation and Traffic.Post Excerpt will give an overview to an user about what the post is all about. The 5 Reasons for why you should use an Post [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/5-reasons-for-why-you-should-use-post-excerpt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple way to Embed Adsense Ad anywhere in the post</title>
		<link>http://www.webaddict.info/2009/04/simple-way-to-embed-adsense-ad-anywhere-in-the-post/</link>
		<comments>http://www.webaddict.info/2009/04/simple-way-to-embed-adsense-ad-anywhere-in-the-post/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:50:32 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=95</guid>
		<description><![CDATA[First, you have to add the following code to your function.php file. Don&#8217;t forget to change the adsense PUB(client) id in the Code. function showads() { return &#8216;&#60;script type=&#8221;text/javascript&#8221;&#62;&#60;!&#8211; google_ad_client = &#8220;pub-XXXXXXXXXXXXXXXX&#8221;; google_ad_slot = &#8220;4668915978&#8243;; google_ad_width = 468; google_ad_height = 60; //&#8211;&#62; &#60;/script&#62; &#60;script type=&#8221;text/javascript&#8221; src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&#62; &#60;/script&#62; &#8216;; } add_shortcode(&#8216;adsense&#8217;, &#8216;showads&#8217;); Once you saved the [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/simple-way-to-embed-adsense-ad-anywhere-in-the-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huge List of WordPress Codes / Hacks, Tricks</title>
		<link>http://www.webaddict.info/2009/04/huge-list-of-wordpress-codes-hacks-tricks/</link>
		<comments>http://www.webaddict.info/2009/04/huge-list-of-wordpress-codes-hacks-tricks/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:37:15 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=91</guid>
		<description><![CDATA[Here are the snippets of code I’ve managed to collect. If you have any WordPress code you’d like me to add, please leave a comment below! Display Recent Posts Here is the code you need to display the most recent 5 posts: &#60;?php query_posts('showposts=5'); ?&#62; &#60;ul&#62; &#60;?php while (have_posts()) : the_post(); ?&#62; &#60;li&#62;&#60;a href="&#60;?php the_permalink() [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/huge-list-of-wordpress-codes-hacks-tricks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Numbering Comments in WordPress</title>
		<link>http://www.webaddict.info/2009/04/numbering-comments-in-wordpress/</link>
		<comments>http://www.webaddict.info/2009/04/numbering-comments-in-wordpress/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 04:45:09 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=56</guid>
		<description><![CDATA[Open comments.php and find the following line: &#60;?php foreach ($comments as $comment) : ?&#62; Just above this line, initialize a counter variable: &#60;?php $i = 0; ?&#62; Just after this line, increment the counter: &#60;?php $i++; ?&#62; So, your code will look like this &#60;?php $i = 0; ?&#62; &#60;?php foreach ($comments as $comment) : [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/numbering-comments-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.webaddict.info @ 2012-02-09 15:56:08 -->
