<?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</title>
	<atom:link href="http://www.webaddict.info/tag/wordpress/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>Fri, 19 Mar 2010 10:50:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Professional Web Hosting Experience</title>
		<link>http://www.webaddict.info/2009/06/professional-web-hosting-experience/</link>
		<comments>http://www.webaddict.info/2009/06/professional-web-hosting-experience/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:02:04 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=225</guid>
		<description><![CDATA[Everybody wants to experience having their own domain. Having your own host and be taken cared by professionals need not be expensive.]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/06/professional-web-hosting-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your Wordpress Blog Secure/ HackerSafe</title>
		<link>http://www.webaddict.info/2009/04/make-your-wordpress-blog-secure-hackersafe/</link>
		<comments>http://www.webaddict.info/2009/04/make-your-wordpress-blog-secure-hackersafe/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 03:35:23 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=113</guid>
		<description><![CDATA[You&#8217;ve made a nice blog with a good design. Getting lots of traffic, huh? Now, consider getting it hacked. Isn&#8217;t it unfair? So, follow the steps to make your blog secure and hackerSAFE
STEP 1
Update Update Update!
Tip:  Use the latest version of the Wordpress! Its always better as they fix up the Vulnerabilities and make [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/make-your-wordpress-blog-secure-hackersafe/feed/</wfw:commentRss>
		<slash:comments>2</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[Articles]]></category>
		<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 Excerpt.
1 [...]]]></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>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() ?&#62;"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/li&#62;
&#60;?php endwhile;?&#62;
&#60;/ul&#62;
Display Recently Updated [...]]]></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) : ?&#62;
&#60;?php $i++; ?&#62;

Now, you just have to echo [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/numbering-comments-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webaddict-Reinvented &#8211; Premium Wordpress Theme</title>
		<link>http://www.webaddict.info/2009/04/webaddict-reinvented-premium-wordpress-theme/</link>
		<comments>http://www.webaddict.info/2009/04/webaddict-reinvented-premium-wordpress-theme/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 17:07:50 +0000</pubDate>
		<dc:creator>Reeze</dc:creator>
				<category><![CDATA[Webaddict Giveaways]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webaddict.info/?p=49</guid>
		<description><![CDATA[Webaddict-Reinvented is a somewhat clean layout.  It uses Mootool&#8217;s Accordion for the posts and GD image for the titles.
The sidebar is actually a bottom bar just above the footer.  And to top it off, there is a link in the footer to collapse it.


Features&#8230;
A quick run down of the features:

Contains search, author, and [...]]]></description>
		<wfw:commentRss>http://www.webaddict.info/2009/04/webaddict-reinvented-premium-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
