<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>BloggerHolic</title>
	<link>http://bloggerholic.com</link>
	<description>Helping Bloggers Make Money Online and Learn the Skills of Blogging</description>
	<pubDate>Tue, 18 Nov 2008 08:49:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>How to add trailing slash to a category/tag/archive</title>
		<link>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:52:48 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>category trailing slash</category><category>How to add trailing slash to a category</category><category>trailing slash</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>category trailing slash</category>
	<category>how to add trailing slash to a category</category>
	<category>trailing slash</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-categorytagarchive-144.htm</guid>
		<description><![CDATA[I had a few people asking me how to add trailing slash (/) to a category. For example http://bloggerholic.com/category/ if you dont have trailing slashes it can cause duplicate content in search engines. Usually the problem occurs if you switch from an older version of wordpress to newer one that doesn&#8217;t have trailing slashes. However if you [...]]]></description>
			<content:encoded><![CDATA[<p>I had a few people asking me how to add trailing slash (/) to a category. For example <em>http://bloggerholic.com/category/</em> if you dont have trailing slashes it can cause duplicate content in search engines. Usually the problem occurs if you switch from an older version of wordpress to newer one that doesn&#8217;t have trailing slashes. However if you start a new site with the newer version it will be okay. From Worpress versions 2.2 onwards wordpress have removed the trailing slash that was added to the permalinks by default in older versions.</p>
<p>I found the solution to fix this and it’s easy! This is only for Wordpress 2.6+<br />
All you need to do is the following:</p>
<ol>
<li>Go to your wp-includes folder.</li>
<li>find the template file called “link-template.php” and open the file in any text editor.</li>
<li>In this file find the following function:<br />
<strong>function user_trailingslashit($string, $type_of_url = &#8221;) {</strong></li>
<li>Find the following line inside this function:<br />
<strong>if ( $wp_rewrite-&gt;use_trailing_slashes )</strong></li>
<li>replace it with the following<strong>:<br />
if ( $type_of_url !== &#8217;single&#8217; )</strong></li>
<li>Save the file and upload “link-template.php” in wp_includes folder.<br />
That’s it your done! :)</li>
</ol>
<p><a href="http://www.amazon.com/gp/product/0470149469?ie=UTF8&#038;tag=blogge-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0470149469"><img border="0" align="left" src="/images/wordpress_for_dummies.jpg" /></a>This book &#8220;Wordpress for Dummies&#8221; provides you with everything you need to get up and running with WordPress. The book covers blogging basics, choosing a hosting solution or setting up a host, developing blog content, syndicating blog posts with RSS, launching a specialized blog (including podcasting, photoblogging, mobile blogging, and videoblogging), and even earning revenue.<br />
It Includes help on every aspect of installing and using WordPress, illustrations from real-world WordPress blogs, step-by-step tutorials on key topics, and insights from bloggers who have used WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-add-trailing-slash-to-a-category-144.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a static front page</title>
		<link>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm#comments</comments>
		<pubDate>Wed, 08 Oct 2008 11:07:31 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>wordpress</category>
	<category>static</category>
	<category>frontpage</category>
	<category>homepage</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm</guid>
		<description><![CDATA[With the release of WordPress Version 2.1, the option to set your own front page can be achieved via your Administration &#62; Settings &#62; Reading panel. Simply follow the steps below:
1. Login to WordPress Admin
2. Go to the Write &#62; Write Page panel
3. Create the page content for your front page, and then publish the [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of WordPress Version 2.1, the option to set your own front page can be achieved via your Administration &gt; Settings &gt; Reading panel. Simply follow the steps below:</p>
<p>1. Login to WordPress Admin</p>
<p>2. Go to the <strong>Write</strong> &gt; <strong>Write Page</strong> panel</p>
<p>3. Create the page content for your front page, and then publish the page.</p>
<p>4. Go to the <strong>Settings</strong> &gt; <strong>Reading</strong> panel</p>
<p>5. Click the option for &#8220;Front Page Displays a <strong>Static Page</strong>&#8220;.</p>
<p>6. Select the page you created in step 3 from the drop down list.</p>
<p>&#8212;&#8212;&#8211;<br />
<strong>Optional</strong>: If you want an additional page to display the &#8220;usual&#8221; list of blog posts.</p>
<p>Step 1 - Create the page that will have the blog posts. You can simply give the page a title and leave the rest blank.<br />
Step 2 - Select *that* page in the <strong>Settings</strong> &gt; <strong>Reading</strong> panel as the &#8220;posts page&#8221;</p>
<p>You can link to that from your home page or your navigation bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-create-a-static-front-page-142.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use FileZilla in 7 Easy Steps</title>
		<link>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm#comments</comments>
		<pubDate>Fri, 28 Sep 2007 16:23:00 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blogging Tools and Services</category><category>filezilla</category><category>filezilla tutorial</category><category>How To Download Install Configure FileZilla</category><category>How to upload Wordpress plugins and templates with Filezilla</category><category>How to use FileZilla in 7 Easy Steps</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>filezilla</category>
	<category>How</category>
	<category>to</category>
	<category>use</category>
	<category>FileZilla</category>
	<category>in</category>
	<category>7</category>
	<category>Easy</category>
	<category>Steps</category>
	<category>filezilla</category>
	<category>tutorial</category>
	<category>how</category>
	<category>to</category>
	<category>upload</category>
	<category>Wordpress</category>
	<category>plugins</category>
	<category>and</category>
	<category>templates</category>
	<category>with</category>
	<category>Filezilla</category>
	<category>how</category>
	<category>to</category>
	<category>download</category>
	<category>install</category>
	<category>configure</category>
	<category>filezilla</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm</guid>
		<description><![CDATA[FileZilla is a fast and reliable FTP client which can be used to transfer your site files to your website.
Click here to download it now.

Double click on your FileZilla icon  from your desktop. Once you have done so, you should see the following:

Complete the following boxes (below the header at the top of the screen):Address [...]]]></description>
			<content:encoded><![CDATA[<p>FileZilla is a fast and reliable FTP client which can be used to transfer your site files to your website.</p>
<p>Click <a target="_blank" href="http://filezilla-project.org/" title="Filezilla">here</a> to download it now.</p>
<ol>
<li>Double click on your FileZilla icon <img align="absMiddle" src="/images/filezilla_icon.jpg" alt="filezilla icon" title="filezilla icon" /> from your desktop. Once you have done so, you should see the following:<br />
<img width="455" src="/images/filezilla_window.jpg" alt="filezilla window" height="300" style="width: 455px; height: 300px" title="filezilla window" /></li>
<li>Complete the following <a href="http://www.uline.com/cls_04/Boxes-Corrugated">boxes</a> (<em>below the header at the top of the screen</em>):<img width="455" src="/images/fillezilla_ftp.jpg" alt="fillezilla ftp" height="300" style="width: 455px; height: 300px" title="fillezilla ftp" /><strong><u>Address</u></strong> - The URL of your blog/website (<em>don&#8217;t include http:// at the beginning</em>)<br />
<strong><u>User</u></strong> - your ftp username<br />
<strong><u>Password</u></strong> - your ftp password<br />
<strong><u>Port</u></strong> - Leave Blank or enter 21 (<em>it should by default enter this automatically</em>)</li>
<li>Click Quickconnect! <img align="absMiddle" width="78" src="/images/filezilla_quickconnect.jpg" alt="filezilla quickconnect" height="19" style="width: 78px; height: 19px" title="filezilla quickconnect" />You are now connected to your ftp account.<strong><br />
</strong></li>
<li>Double click on the <strong>WWW</strong> directory folder located on the right hand side so that the directory is opened. If you have a registered domain on your account then the &#8220;index.html&#8221; file should be within your &#8220;www/yourdomain.com/&#8221; directory.  &#8220;index.html&#8221; will be the main page of your site.<br />
If you use <strong>Wordpress </strong>and have a registered domain on your account then the Wordpress files can be accessed using the following path <strong><em>/www/wp-content/themes/ and select your theme folder</em></strong>. You will find all the php, css and image files for your Wordpress site in there. For more help you can watch a demo &#8220;<a target="_blank" href="http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm" title="how to upload Wordpress plugins and templates with Filezilla">how to upload Wordpress plugins and templates with Filezilla</a>&#8220;.<img width="455" src="/images/filezilla_www_folder.jpg" alt="filezilla www folder" height="300" style="width: 455px; height: 300px" title="filezilla www folder" /></li>
<li>From the left hand side of the FileZilla program, you will need to search for your files on your computer in which you would like to upload to your site under &#8220;<strong>Local Site</strong>&#8220;.</li>
<li>Highlight all of the files you wish to upload and then DRAG them over to an open area on the right hand side of the FileZilla program so that you will upload the files into an area inside your <strong>WWW</strong> directory.  <strong>PLEASE NOTE</strong>: If you are using <strong>Wordpress</strong> then you will need to upload these files into <strong><em>www/wp-content/themes/your theme folder</em></strong>.</li>
<li>Your files will upload instantly onto your site. A message will appear at the top above the local site to let you know if the upload was successful.</li>
<li>That&#8217;s all there is to it - EASY!If you have any questions about FileZilla or need further help, please leave a comment at the end of this post and I will respond.</li>
</ol>
<p><strong>Filezilla</strong>: Watch a <a target="_blank" href="http://bloggerholic.com/blogging-tools-and-services/how-to-download-install-and-configure-filezilla-demo-138.htm" title="download, install and configure Filezilla">demo</a> to help you download, install and configure Filezilla</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-use-filezilla-in-7-easy-steps-139.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FileZilla Video: How to upload Wordpress plugins and templates with Filezilla</title>
		<link>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm</link>
		<comments>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm#comments</comments>
		<pubDate>Fri, 28 Sep 2007 15:48:59 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Blogging Tools and Services</category><category>filezilla</category><category>How to upload Wordpress plugins and templates with Filezilla</category><category>how to use filezilla</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>Filezilla</category>
	<category>how</category>
	<category>to</category>
	<category>use</category>
	<category>filezilla</category>
	<category>How</category>
	<category>to</category>
	<category>upload</category>
	<category>Wordpress</category>
	<category>plugins</category>
	<category>and</category>
	<category>templates</category>
	<category>with</category>
	<category>Filezilla</category>
	<category>wordpress</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm</guid>
		<description><![CDATA[This video will show you how you can use FileZilla as an FTP client to upload plugins and templates to a WordPress installation.
You need to a flashplayer enabled browser to view this YouTube video
For more help or information please leave comment.
]]></description>
			<content:encoded><![CDATA[<p>This video will show you how you can use FileZilla as an FTP client to upload plugins and templates to a WordPress installation.</p>
<p><object class="embed" width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/tjAXmtkoe_s"><param name="movie" value="http://www.youtube.com/v/tjAXmtkoe_s" /><em>You need to a flashplayer enabled browser to view this YouTube video</em></object></p>
<p>For more help or information please leave comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/how-to-upload-wordpress-plugins-and-templates-with-filezilla-137.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to insert Meta tags on your posts for better search engine visibility</title>
		<link>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm</link>
		<comments>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm#comments</comments>
		<pubDate>Thu, 27 Sep 2007 15:32:03 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>
<category>autometa</category><category>How to insert Meta tags on your posts</category><category>Meta Tags</category><category>Search Engine Optimization</category><category>SEO</category><category>Wordpress</category>
	<!-- AutoMeta Start -->
	<category>search engine optimization</category>
	<category>wordpress</category>
	<category>How</category>
	<category>to</category>
	<category>insert</category>
	<category>Meta</category>
	<category>tags</category>
	<category>on</category>
	<category>your</category>
	<category>posts</category>
	<category>seo meta</category>
	<category>tags</category>
	<category>autometa</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/insert-meta-tags-136.htm</guid>
		<description><![CDATA[META tags describe the content and keywords that illustrate your blog or web content. It contains important information for search robots to use in adding your blog posts to their search indexes. Several search engines use the information within these tags as part of their algorithms.
You can download a Wordpress plugin that will automatically generate [...]]]></description>
			<content:encoded><![CDATA[<p>META tags describe the content and keywords that illustrate your blog or web content. It contains important information for search robots to use in adding your blog posts to their search indexes. Several search engines use the information within these tags as part of their algorithms.</p>
<p>You can download a Wordpress plugin that will automatically generate and publish Technorati Tags and HTML Meta Keywords based on the full content of your post.<br />
Once generated, tags can be manually edited to ensure the tags are relevant to the content. Manually editing your tags is recommended because if you have written a post about Ipods and have not mentioned a term, such as &#8220;Apple&#8221; then it will not appear as a tag, so there’s an audience group that you’re possibly missing.<br />
The plugin is called AutoMeta and it can be downloaded <a target="_blank" href="http://boakes.org/autometa/" title="AutoMeta">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/insert-meta-tags-136.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top 22 WIDGET READY wordpress themes</title>
		<link>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm</link>
		<comments>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:31:30 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>1024PX</category><category>Andreas04</category><category>big blue</category><category>Black Minimailsm</category><category>Cordobo Green Park</category><category>Cutline 3 Column Split</category><category>Dfire</category><category>Fallseason</category><category>freshy</category><category>Glued Ideas Subtle</category><category>light</category><category>Mandigo</category><category>Orange Crush</category><category>pop blue</category><category>Rounded V2 Blue Edition</category><category>Silver Lexus</category><category>talian</category><category>tiga</category><category>Top 22 widget ready wordpress themes</category><category>Vistererd Little</category><category>waterlily</category><category>Wordpress</category><category>wordpress themes</category><category>WP Andreas</category><category>Wucoco Three Column</category>
	<!-- AutoMeta Start -->
	<category>Top</category>
	<category>22</category>
	<category>widget</category>
	<category>ready</category>
	<category>wordpress</category>
	<category>themes</category>
	<category>wordpress</category>
	<category>themes</category>
	<category>Silver</category>
	<category>Lexus</category>
	<category>Vistererd</category>
	<category>Little</category>
	<category></category>
	<category>WP Andreas</category>
	<category>Cordobo</category>
	<category>Green</category>
	<category>Park</category>
	<category>Mandigo</category>
	<category>Cutline</category>
	<category>3 Column</category>
	<category>Split</category>
	<category>tiga</category>
	<category>Andreas04</category>
	<category>light</category>
	<category>Dfire</category>
	<category>Orange</category>
	<category>Crush</category>
	<category>Black</category>
	<category>Minimailsm</category>
	<category>Glued</category>
	<category>Ideas</category>
	<category>Subtle</category>
	<category>waterlily</category>
	<category>Wucoco</category>
	<category>Three</category>
	<category>Column</category>
	<category>Rounded</category>
	<category>V2</category>
	<category>Blue</category>
	<category>Edition</category>
	<category>1024PX</category>
	<category>Fallseason</category>
	<category>big</category>
	<category>blue</category>
	<category>talian</category>
	<category>pop</category>
	<category>blue</category>
	<category>freshy</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm</guid>
		<description><![CDATA[Here is a list of the top 22 widget ready wordpress themes for you to choose and download. My favourite is the Silver Lexus downloaded 11,945 times. It&#8217;s Classy and Subtle, just like the car! 3 column widget ready liquid layout design. XHTML 1.0 Strict and optimised for Search Engines. Which is your favourie and why? [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the <strong>top 22 widget ready wordpress themes </strong>for you to choose and download. My favourite is the Silver Lexus downloaded 11,945 times. It&#8217;s Classy and Subtle, just like the car! 3 column widget ready liquid layout design. XHTML 1.0 Strict and optimised for Search Engines. Which is your favourie and why? You can let us know in the comments section at the end of this page.</p>
<p>You will see a link included to each theme’s home page as well as a download link.</p>
<p>The screen shots you see have been taken from the screen grabs of blogs running the specific theme.</p>
<p>Feel free to leave comments and recommendation of any of these themes or any that you use that you would like to see added to the list.</p>
<ol>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/1252/silver-lexus-08/" title="Silver Lexus">Silver Lexus</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1252">Download</a></li>
<p><img width="400" src="/images/silver_lexus.jpg" alt="silver lexus" height="300" style="width: 400px; height: 300px" title="silver lexus" /><br />
<center><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0099661358567612";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
//2007-10-11: Bloggerholic_post
google_ad_channel = "4609484913";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "660000";
google_color_text = "000000";
google_color_url = "FFFFFF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p></center></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/1-column/701/vistered-little-1/" title="Vistererd Little">Vistererd Little</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=701">Download</a></li>
<p><img src="http://bloggerholic.com/images/Vistered%20Little.jpg" alt="Vistered Little" title="Vistered Little" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/" title="WP-Andreas">WP-Andreas</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=704">Download</a></li>
<p><img width="400" src="/images/WP-Andreas01.jpg" alt="WP-Andreas01" height="300" style="width: 400px; height: 300px" title="WP-Andreas01" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/871/cordobo-green-park-09-beta-09/" title="Cordobo Green Park">Cordobo Green Park</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=871">Download</a></li>
<p><img width="400" src="/images/cordobo_green_park.jpg" alt="cordobo green park" height="300" style="width: 400px; height: 300px" title="cordobo green park" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/" title="Mandigo">Mandigo</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1378">Download</a></li>
<p><img width="400" src="/images/mandigo.jpg" alt="mandigo" height="300" style="width: 400px; height: 300px" title="mandigo" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4415/cutline-3-column-split-11/" title="Cutline 3-Column Split">Cutline 3-Column Split</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4415">Download</a></li>
<p><img width="400" src="/images/cutline3_column_split.jpg" alt="cutline 3-column split" height="300" style="width: 400px; height: 300px" title="cutline 3-column split" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/66/tiga-06/" title="Tiga">Tiga</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=66">Download</a></li>
<p><img src="/images/tiga.jpg" alt="tiga" title="tiga" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/97/andreas04-10/" title="Andreas04">Andreas04</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=97">Download</a></li>
<p><img src="/images/andreas04.jpg" alt="Andreas04" title="Andreas04" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/481/light-10/" title="Light">Light</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=481">Download</a></li>
<p><img src="/images/light.jpg" alt="light" title="light" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/511/dfire-10/" title="Dfire">DFire</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=511">Download</a></li>
<p><img src="/images/dfire.jpg" alt="dfire" title="dfire" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/567/orange-crush-5242006/" title="Orange Crush">Orange Crush</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=567">Download</a></li>
<p><img width="400" src="/images/orange_crush.jpg" alt="orange crush" height="300" style="width: 400px; height: 300px" title="orange crush" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/1-column/694/black-minimalism-10/" title="Black Minimailsm">Black Minimailsm</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=694">Download</a></li>
<p><img width="400" src="/images/black_minimalism.jpg" alt="black minimalism" height="300" style="width: 400px; height: 300px" title="black minimalism" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/747/glued-ideas-subtle-01/" title="Glued Ideas Subtle">Glued Ideas Subtle</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=747">Download</a></li>
<p><img width="400" src="/images/glued_ideas_subtle.jpg" alt="glued ideas subtle" height="300" style="width: 400px; height: 300px" title="glued ideas subtle" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/750/waterlily-20/" title="Waterlily">Waterlily</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=750">Download</a></li>
<p><img width="400" src="/images/waterlily.jpg" alt="waterlily" height="300" style="width: 400px; height: 300px" title="waterlily" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/791/wucoco-three-column-0100/" title="Wucoco">Wucoco Three Column</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=791">Download</a></li>
<p><img src="/images/wucoco_three_column.jpg" alt="wucoco" title="wucoco" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/828/rounded-v2-blue-edition-10/" title="Rounded V2 Blue Edition">Rounded V2 Blue Edition</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=828">Download</a></li>
<p><img width="400" src="/images/roundedv2_blue_edition.jpg" alt="roundedv2 blue edition" height="300" style="width: 400px; height: 300px" title="roundedv2 blue edition" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/840/1024px-10/" title="1024PX">1024PX</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=840">Download</a></li>
<p><img width="400" src="/images/1024px.jpg" alt="1024PX" height="300" style="width: 400px; height: 300px" title="1024PX" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/1165/fallseason-10/" title="Fallseason">FallSeason</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=1165">Download</a></li>
<p><img width="400" src="/images/fallseason.jpg" alt="fallseason" height="300" style="width: 400px; height: 300px" title="fallseason" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4326/big-blue-01/" title="Big Blue">Big Blue</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4326">Download</a></li>
<p><img src="/images/big_blue.jpg" alt="big blue" title="big blue" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/3-columns/4367/talian-10/" title="Talian">Talian</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4367">Download</a></li>
<p><img width="400" src="/images/talian.jpg" alt="talian" height="300" style="width: 400px; height: 300px" title="talian" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/4387/pop-blue/" title="Pop Blue">Pop Blue</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=4387">Download</a></li>
<p><img src="/images/popblue.jpg" alt="pop blue" title="pop blue" /></p>
<li><a target="_blank" href="http://themes.wordpress.net/columns/2-columns/512/freshy-10/" title="Freshy">Freshy</a> | <a target="_blank" href="http://themes.wordpress.net/download.php?theme=512">Download</a></li>
<p><img width="400" src="/images/freshy.jpg" alt="freshy" height="300" style="width: 400px; height: 300px" title="freshy" /></ol>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/top-22-widget-ready-wordpress-themes-135.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 NEW Developer features with Wordpress 2.3</title>
		<link>http://bloggerholic.com/wordpress/7-new-developer-features-with-wordpress-23-131.htm</link>
		<comments>http://bloggerholic.com/wordpress/7-new-developer-features-with-wordpress-23-131.htm#comments</comments>
		<pubDate>Tue, 25 Sep 2007 09:32:04 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>7 NEW Developer features with Wordpress 2.3</category><category>Wordpress</category><category>wordpress upgrade 2.3</category>
	<!-- AutoMeta Start -->
	<category>7</category>
	<category>NEW</category>
	<category>Developer</category>
	<category>features</category>
	<category>with</category>
	<category>Wordpress</category>
	<category>2 3</category>
	<category>wordpress</category>
	<category>wordpress</category>
	<category>upgrade</category>
	<category>2 3</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/7-new-developer-features-with-wordpress-23-131.htm</guid>
		<description><![CDATA[If you’re a developer you’ll be interested in these 7 new features:

Full and complete Atom 1.0 support, including the publishing protocol.
We’re using the new jQuery whis is “800% faster.”
Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
The [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re a developer you’ll be interested in these 7 new features:</p>
<ul>
<li>Full and complete Atom 1.0 support, including the publishing protocol.</li>
<li>We’re using the new jQuery whis is “800% faster.”</li>
<li>Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.</li>
<li>The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.</li>
<li>Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.</li>
<li>The new $wpdb-&gt;prepare() way of doing SQL queries.</li>
<li>Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.</li>
</ul>
<p>Before you upgrade you may want to <a target="_blank" href="http://wordpress.org/development/2007/09/preparing-for-23/" title="check out our Preparing for 2.3 post">check out our Preparing for 2.3 post</a>.</p>
<p><u></u></p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/7-new-developer-features-with-wordpress-23-131.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 fantastic NEW  features with Wordpress 2.3</title>
		<link>http://bloggerholic.com/wordpress/5-fantastic-new-features-with-wordpress-23-130.htm</link>
		<comments>http://bloggerholic.com/wordpress/5-fantastic-new-features-with-wordpress-23-130.htm#comments</comments>
		<pubDate>Tue, 25 Sep 2007 08:56:17 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>5 fantastic NEW  features with Wordpress 2.3</category><category>advanced WYSIWYG</category><category>Native tagging support</category><category>Wordpress</category><category>wordpress 2.3</category><category>wordpress update notification</category><category>wordpress upgrade 2.3</category>
	<!-- AutoMeta Start -->
	<category>5</category>
	<category>fantastic</category>
	<category>NEW</category>
	<category></category>
	<category>features</category>
	<category>with</category>
	<category>Wordpress</category>
	<category>2 3</category>
	<category>wordpress</category>
	<category>wordpress</category>
	<category>2 3</category>
	<category>wordpress</category>
	<category>upgrade</category>
	<category>2 3</category>
	<category>Native</category>
	<category>tagging</category>
	<category>support</category>
	<category>wordpress</category>
	<category>update</category>
	<category>notification</category>
	<category>advanced</category>
	<category>WYSIWYG</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/5-fantastic-new-features-with-wordpress-23-130.htm</guid>
		<description><![CDATA[Version 2.3 “Dexter” of WordPress is now ready for upgrade. This release includes 5 fantastic new features:

Native tagging support allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.3 “Dexter” of <a target="_blank" href="http://wordpress.org/development/2007/09/wordpress-23/" title="WordPress is now ready for upgrade">WordPress is now ready for upgrade</a>. This release includes 5 fantastic new features:</p>
<ul>
<li><strong>Native tagging support</strong> allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.</li>
<li>Our new <strong>update notification</strong> lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you what the latest and greatest is you can use.</li>
<li>We’ve cleaned up URLs a bunch in a feature we call <strong>canonical URLs</strong> which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also <strong>helps your search engine optimization</strong>, as search engines like for each page to be available in one canonical location.</li>
<li>Our new <strong>pending review</strong> feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.</li>
<li>There is new <strong>advanced WYSIWYG</strong> functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/5-fantastic-new-features-with-wordpress-23-130.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Backup your Wordpress Site</title>
		<link>http://bloggerholic.com/wordpress/backup-your-wordpress-site-120.htm</link>
		<comments>http://bloggerholic.com/wordpress/backup-your-wordpress-site-120.htm#comments</comments>
		<pubDate>Mon, 17 Sep 2007 09:08:56 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Blogging Tools and Services]]></category>
<category>Backing Up Your Wordpress Site</category><category>backup wordpress</category><category>Backup your Wordpress Site</category><category>Blogging Tools and Services</category><category>Can backups be automated?</category><category>How many backups should I keep?</category><category>How often should you backup</category><category>how to backup your wordpress site</category><category>how to copy wordpress files to your computer</category><category>Website Hosting Provider Backup</category><category>Wordpress</category><category>Wordpress Database Backup Plugin</category>
	<!-- AutoMeta Start -->
	<category>Backup</category>
	<category>your</category>
	<category>Wordpress</category>
	<category>Site</category>
	<category>wordpress</category>
	<category>backup</category>
	<category>wordpress</category>
	<category>how</category>
	<category>to</category>
	<category>backup</category>
	<category>your</category>
	<category>wordpress</category>
	<category>site</category>
	<category>How</category>
	<category>often</category>
	<category>should</category>
	<category>you</category>
	<category>backup</category>
	<category>How</category>
	<category>many</category>
	<category>backups</category>
	<category>should</category>
	<category>I</category>
	<category>keep</category>
	<category>Can</category>
	<category>backups</category>
	<category>be</category>
	<category>automated</category>
	<category>Backing</category>
	<category>Up</category>
	<category>Your</category>
	<category>Wordpress</category>
	<category>Site</category>
	<category>Website</category>
	<category>Hosting</category>
	<category>Provider</category>
	<category>Backup</category>
	<category>Wordpress</category>
	<category>Database</category>
	<category>Backup</category>
	<category>Plugin</category>
	<category>how</category>
	<category>to</category>
	<category>copy</category>
	<category>wordpress</category>
	<category>files</category>
	<category>to</category>
	<category>your</category>
	<category>computer</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/backup-your-wordpress-site-120.htm</guid>
		<description><![CDATA[Backup your database regularly, and always before an upgrade.
This is the advice given to you if you want to play it safe and have a peace of mind all the time. I don’t know what I would do if I lost my blog and all the content inside it…all those posts I’ve spent years writing, [...]]]></description>
			<content:encoded><![CDATA[<h1><u>Backup your database regularly, and always before an upgrade.</u></h1>
<p>This is the advice given to you if you want to play it safe and have a peace of mind all the time. I don’t know what I would do if I lost my blog and all the content inside it…all those posts I’ve spent years writing, all those links, images etc. So how do I avoid all that? It’s easy - you backup it up and doing a backup of your entire Wordpress blog literally takes minutes trust me.</p>
<p>If your reading this article and so far thinking “what the hell, why should I do a backup when I pay good money for hosting, it’s them that should do a backup not me” or worse, “I don’t have to worry, my hosting provider creates backups every day”. These are a few common excuses I’ve heard of many times.</p>
<p>Well let me tell you what can happen if you think the same way others think by telling you my story. About 9 months ago I was hosting with a company called Bliksem. I&#8217;d been with Bliksem for a couple of years and had no problems with them at all until one fine day that all changed. I found all my sites were down as was bliksem&#8217;s support site. I was unable to contact them to find out what happened. I started visiting forums and found out I was not the only one.  It seemed they have gone out of business which was not good news for me because my backups were a month old and a few new sites I had started were not backed up at all. I was very upset but more so angry with myself for not sparing myself a couple of minutes to do a simple backup.<br />
Remember the saying, “you only realise what you have until it’s gone”. So take my advice and backup your blog NOW if you haven’t done so already.<br />
Spending a few minutes to create an easy, convenient backup of your Wordpress blog will allow you to spend even more time being creative and productive with your website.</p>
<h2>How often should you backup?</h2>
<p>I usually backup twice a week but it really depends on how often you update your blog. I update mine everyday and I spend a lot of time writing most of my articles so ideally, I want to backup almost straight after I publish to be on the safe side.</p>
<h2>How many backups should I keep?</h2>
<p>Well this question got me thinking because what I use to do is create a full backup and then just replace it every time with a new one. The reason I did this was the obvious really, plus I didn’t want too many backups on the server cause that just used up my disk space even though I save the backup to my hard drive also. But then I started to think…what if that backup file is corrupted or deleted? Then what would I do? So now I keep at least two backups on my hard drive, one on a CD and just the one on the server. If you want to you can save them to floppy disk, CD or even email it to yourself.</p>
<h2>Can backups be automated?</h2>
<p>Yes, although this can be a complicated process it can be done on one of two ways:</p>
<ul>
<li><a target="_blank" href="http://www.tamba2.org.uk/wordpress/cron/" title="Cron Job Backups ">Cron Job Backups </a>- nightly SQL backup which can be emailed to you</li>
<li><a target="_blank" href="http://www.ilfilosofo.com/blog/2007/01/22/wordpress-database-backup-re-release-version-20/" title="Skippy's Wordpress Database Backup Plugin ">Skippy&#8217;s Wordpress Database Backup Plugin </a>(Email, Save to Server, and Auto-Scheduling) (version for Wordpress 2.1.x)</li>
</ul>
<h1>Backing Up Your Wordpress Site</h1>
<p>It’s important to understand how your Wordpress blog is made up so we understand the backup process. There are two parts to backing up your Wordpress site: <strong>Database</strong> and <strong>Files</strong>. Your <em>files</em> consist of any plugins you have installed, your Wordpress theme, images, php files and any other code files.<br />
You also need to backup your Wordpress <em>database</em>. The database are things like your posts/pages that contain all your content.</p>
<p>If your Wordpress site is hosted by someone then you should check with your hosting company if they provide backups. Some companies are not responsible for doing backups and this will be stated in their Terms of Conditions (TOS) when you sign up. It’s usually the case with small hosts.<br />
With other companies they will backup the entire server, including your database and files. As mentioned at the start you should always take precaution because you just never know what might happen. That’s why you need to learn how to backup your own Wordpress site. Here are ways how:</p>
<ol>
<li>
<h2>Website Hosting Provider Backup</h2>
<p>Most website hosting providers will offer a full backup of your site. Check with your host to find out if they do provide this and how often they backup. But <strong>MOST IMPORTANT</strong>, ask them how you can do the backup yourself. I use <a href="http://www.oxynic.com" title="cheapest hosting and domain name registrations">Oxynic.com</a> and they provide a full backup facility where not only they do the backups but you can as well. It’s very easy to do and I can carry out a full backup from my control panel. I can save a backup to my server as well as my hard drive. It takes literally minutes to do. When you log into your Cpanel you will see the Backup option under files. Click the <strong>Backup</strong> icon. This will take you to the next page and you need to click &#8220;<strong>Download or Generate a Full Backup</strong>&#8220;. (<em>Full backups can only be used for moving your account to another server or keeping a local copy of your account</em>) On the next page, click the&#8221;<strong>Generate Backup</strong>&#8221; button. A message will appear to say the backup is in progress. This will backup your Wordpress site on your server. After a minute Click the &#8220;<strong>Go Back</strong>&#8221; link <u>once</u>. You will now be able to see the backups available for download. (tar.gz) <em>Right-Click</em> on todays backup and select &#8220;<strong>Save Target As&#8230;</strong>&#8221; A dialogue box will open and you need to choose a location on the hard drive to save your backup to. That&#8217;s it your done! </li>
<li>
<h2>Wordpress Database Backup Plugin</h2>
<p>This one is also pre-installed by default and is recommended as part of the routine for upgrading Wordpress. Every time you increment your install, you should do a backup with this <a target="_blank" href="http://factoryjoe.com/blog/2007/07/10/my-default-wordpress-setup-17-must-have-plugins/#comment-94181" title="Wordpress Database Backup">plugin</a>.</li>
<li>
<h2>Copy Your Files to Your Computer</h2>
<p>You can use any Ftp program like FileZilla (recommended), WSFtp, SmartFtp to copy your files to a folder on your computer.<br />
<strong>Remember</strong> to keep at least three backups on the computer incase one is corrupted or deleted. It would also be worth saving each one in a different place incase the folder is corrupted or deleted like a CD, floppy drive, different hard drives, etc.</li>
</ol>
<p>You are welcome to leave comments of ask a question if you need more help or information.<br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/backup-your-wordpress-site-120.htm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where to find Wordpress Files on FTP</title>
		<link>http://bloggerholic.com/wordpress/where-to-find-wordpress-files-on-ftp-119.htm</link>
		<comments>http://bloggerholic.com/wordpress/where-to-find-wordpress-files-on-ftp-119.htm#comments</comments>
		<pubDate>Sun, 16 Sep 2007 14:40:48 +0000</pubDate>
		<dc:creator>Farida</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>
<category>filezilla</category><category>smartftp</category><category>Where to find Wordpress Files on FTP</category><category>Wordpress</category><category>WSFtp</category>
	<!-- AutoMeta Start -->
	<category>Where</category>
	<category>to</category>
	<category>find</category>
	<category>Wordpress</category>
	<category>Files</category>
	<category>on</category>
	<category>FTP</category>
	<category>wordpress</category>
	<category>filezilla</category>
	<category>smartftp</category>
	<category>WSFtp</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bloggerholic.com/wordpress/where-to-find-wordpress-files-on-ftp-119.htm</guid>
		<description><![CDATA[If you&#8217;re a beginner to Wordpress or have just signed up using your own domain and hosting provider, then you may be wondering how you access your files through ftp. It&#8217;s very simple, open your ftp program you are using, for example, FileZilla (recommended), smartftp or WSftp and go to the public_html part of you site. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a beginner to Wordpress or have just signed up using your own domain and hosting provider, then you may be wondering how you access your files through ftp. It&#8217;s very simple, open your ftp program you are using, for example, FileZilla (recommended), smartftp or WSftp and go to the public_html part of you site. The path is /www/wp-content/themes/ and select your theme folder. You will find all the php, css and image files in there.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloggerholic.com/wordpress/where-to-find-wordpress-files-on-ftp-119.htm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

