<?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>Bloggers Project &#187; WordPress</title>
	<atom:link href="http://www.bloggersproject.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggersproject.com</link>
	<description>Getting Work Done On The Internet</description>
	<lastBuildDate>Tue, 01 Dec 2009 21:19:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Automatically Update Your WordPress Copyright Date</title>
		<link>http://www.bloggersproject.com/how-to-automatically-update-your-wordpress-copyright-date/</link>
		<comments>http://www.bloggersproject.com/how-to-automatically-update-your-wordpress-copyright-date/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:42:38 +0000</pubDate>
		<dc:creator>Koala</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Copyright Date]]></category>
		<category><![CDATA[Footer]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bloggersproject.com/?p=3</guid>
		<description><![CDATA[I&#8217;ve been managing websites for years manually changing the copyright date as each year passed by and surprisingly this is the first year I thought about how to automatically update my WordPress copyright date.  It&#8217;s a very easy process and I&#8217;m not sure why I didn&#8217;t think of it sooner.  All you have to do [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been managing websites for years manually changing the copyright date as each year passed by and surprisingly this is the first year I thought about <strong>how to automatically update my WordPress copyright date</strong>.  It&#8217;s a very easy process and I&#8217;m not sure why I didn&#8217;t think of it sooner.  All you have to do is take your WordPress footer include page and replace the copyright year with a little piece of PHP code.</p>
<p>Here&#8217;s the step-by-step process:</p>
<h2>How To Automatically Update Your WordPress Copyright Date</h2>
<ol>
<li>Log in to your WordPress Blog</li>
<li>Click the Appearance Hyperlink in the left navigation bar.  This will bring you to the Appearance page and also expand the Appearance dropdown.</li>
<li>Click the Editor Hyperlink under the Appearance drop down.  This will take you to the edit themes page.</li>
<li>In the right navigation you will see your theme files.  Depending on your theme these files may differer, but all themes should have a file named Footer (footer.inc).  Click this hyperlnk to open the file in the theme editor window.</li>
<li>As I mentioned everyone will have a different theme and the contents of your Footer file will most likely be different then mine.  However, if you have either a static (meaning you&#8217;ll see the actual date like &#8220;2008&#8243;)  copyright date then you need to change this to a dynamic (meaning depending on the year the date will programmatically change to the current year) copyright date.</li>
<li>You can automatically update your WordPress copyright date by adding the following code instead of the current year you see in your footer.inc file.</li>
<li>Delete the year (for instance &#8220;2008&#8243;).  Replace the year with <strong>&lt;?php echo date(&#8220;Y&#8221;) ?&gt;</strong></li>
<li>Click Update File</li>
</ol>
<p>*Note &#8211; depending on your theme you may not have a copyright date or your copyright date may already be automated.  To verify your copyright date just take a look at the bottom of your blog and make sure you see the current year.  If you&#8217;d like to add a copyright date just follow the same steps as above and add the following code where you&#8217;d like to see the copyright date:</p>
<p><strong>Copyright &amp;copy; &lt;?php echo date(&#8220;Y&#8221;) ?&gt;</strong></p>
<p>That&#8217;s it!  Now you no longer have to worry about updating the copyright date in your future years of blogging.  It may seem trivial, but the copyright date is something I usually remember to update around February.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggersproject.com/how-to-automatically-update-your-wordpress-copyright-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Automatic Upgrade Fatal Error</title>
		<link>http://www.bloggersproject.com/wordpress-automatic-upgrade-fatal-error/</link>
		<comments>http://www.bloggersproject.com/wordpress-automatic-upgrade-fatal-error/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:41:36 +0000</pubDate>
		<dc:creator>Koala</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Autamatic Upgrade Plugin]]></category>
		<category><![CDATA[WPAU]]></category>

		<guid isPermaLink="false">http://www.bloggersproject.com/?p=19</guid>
		<description><![CDATA[I always try to keep my blogs up to date and up until now I&#8217;ve used the WordPress Automatic Upgrade plugin.  A great little plugin that simplified the WordPress upgrade process.  Recently WordPress has added automatic upgrade functionality as a standard feature.
WordPress Automatic Upgrade Fatal Error
Today I was going about my daily blogging business and [...]]]></description>
			<content:encoded><![CDATA[<p>I always try to keep my blogs up to date and up until now I&#8217;ve used the <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">WordPress Automatic Upgrade plugin</a>.  A great little plugin that simplified the WordPress upgrade process.  Recently WordPress has added automatic upgrade functionality as a standard feature.</p>
<h2>WordPress Automatic Upgrade Fatal Error</h2>
<p>Today I was going about my daily blogging business and noticed that WordPress 2.7.1 was available.  I attempted to use the built in automatic upgrade and received the following error:</p>
<p><code>Fatal error: Cannot redeclare class pclzip in /home/mysite/public_html/wp-admin/includes/class-pclzip.php on line 171</code></p>
<p>Here&#8217;s what I did to try and fix my problem:</p>
<ol>
<li>I decided to try my handy <strong>WordPress Automatic Upgrade</strong> plugin instead, but it informed me that I was already up to date (even though I wasn&#8217;t).</li>
<li>I next tried upgrading one of my newer blogs.  It upgraded just fine without fail.</li>
<li>I did a little research on the internet and found that my faithful <strong>WordPress Automatic Upgrade</strong> plugin was causing the problem.</li>
<li>I went to my plugins panel, deactivated <strong>WordPress Automatic Upgrade, </strong>and attempted the built in Automatic upgrade.</li>
<li>It worked like a charm!</li>
</ol>
<p>Now my blogs are all upgraded to WordPress 2.7.1.  One final note: I also read that if you do not have the WPAU plugin and you are experiencing this problem you might try disabling all your plugins then try the built in autaomatic upgrade again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggersproject.com/wordpress-automatic-upgrade-fatal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install A WordPress Theme</title>
		<link>http://www.bloggersproject.com/how-to-install-a-wordpress-theme/</link>
		<comments>http://www.bloggersproject.com/how-to-install-a-wordpress-theme/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 16:40:35 +0000</pubDate>
		<dc:creator>Koala</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.bloggersproject.com/?p=6</guid>
		<description><![CDATA[As a new blogger one of the most basic things you need to know and master is how to install a WordPress theme.  It&#8217;s not too difficult and not too technical, but you do need to have a few skills already mastered.  If you can browse the web and you have basic windows navigation skills [...]]]></description>
			<content:encoded><![CDATA[<p>As a new blogger one of the most basic things you need to know and master is <strong>how to install a WordPress theme</strong>.  It&#8217;s not too difficult and not too technical, but you do need to have a few skills already mastered.  If you can browse the web and you have basic windows navigation skills then installing a WordPress theme should be no problem for you.</p>
<p>Here&#8217;s the step-by-step process:</p>
<h2>How To Install A WordPress Theme</h2>
<p>I&#8217;m going to assume that you found the WordPress theme of your dreams and have already downloaded the zip file&#8230;the adventure begins&#8230;</p>
<p><strong>UPLOADING YOUR WORDPRESS THEME</strong></p>
<ol>
<li>Most (if not all) WordPress themes can be downloaded in a zip file.  The first thing you need to do is extract the contents from your zip file.</li>
<li>The process for unzipping a file may vary slightly depending on your &#8220;zip program&#8221;.  I usually just double click (open) the zip file and drag the contents from the zip file to my desktop.  There are other ways to extract contents from a zip file and hopefully you already have this skilled mastered.</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-9 aligncenter" title="Unzip WordPress Theme" src="http://www.bloggersproject.com/wp-content/uploads/2009/02/unziptheme.gif" alt="Unzip WordPress Theme" width="500" height="356" /></p>
<ol>
<li>The next step is to upload your extracted file to your web server.</li>
<li>Have you used FTP (File Transfer Protocol) before?  If so, use your FTP program to upload your extracted zip file to the following directory: /public_html/yourdomain.com/wp-content/themes</li>
<li>If you don&#8217;t know what FTP is then I have an easy way for you to upload files to your web server&#8230;that is as long as your web host uses cPanel&#8230;if your host doesn&#8217;t use cPanel then your shit out of luck&#8230;kidding&#8230;just contact me and I&#8217;ll do my best to walk you through FTPing your files.</li>
<li>Access your cPanel by going to http://yourdomainname.com/cpanel.  For this blog it would be http://www.bloggersproject.com/cpanel.</li>
<li>Enter your username and password &#8211; by the way, if you don&#8217;t normally access your cPanel here you need to know your 8 letter login name.  My account uses the first 8 letters in my domain name for instance, &#8220;bloggers&#8221; would be my domain name.  If you know how to access your cPanel through your host&#8217;s front page then access it there and look at the upper left corner of your cPanel home page under stats you&#8217;ll see your username.</li>
<li>Click on the little Unlimited FTP button (grouped under &#8220;Files&#8221;).  This runs a little Java program that allows you to use FTP inside your browser.  If you don&#8217;t have Java installed then you&#8217;ll need to take care of that now</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-10 aligncenter" title="Unlimited FTP" src="http://www.bloggersproject.com/wp-content/uploads/2009/02/unlimitedftp.gif" alt="Unlimited FTP" width="481" height="147" /></p>
<ol>
<li>You should be looking at two file directories now.  The left one has your local computer file directory and probably looks similar to what you see when you use windows explorer.  The directory on the right side is your web server directory.</li>
<li>Navigate through your file directory (left side) and find your extracted zip file.</li>
<li>Navigate through your web server directory (right side) to the following location: /public_html/yourdomain.com/wp-content/themes</li>
<li>Now just use your mouse to drag the extracted zip file to the directory mentioned above on your web server.</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-11 aligncenter" title="ftp" src="http://www.bloggersproject.com/wp-content/uploads/2009/02/ftp.gif" alt="ftp" width="500" height="242" /></p>
<p><strong>ACTIVATING YOUR WORDPRESS THEME<br />
</strong></p>
<ol>
<li>Go to your WordPress blog admin panel: http://yourdomain.com/wp-admin.</li>
<li>Enter your username and password.</li>
<li>Click the Appearance hyperlink in the left navigation.</li>
<li>Click the Themes hyperlink under the Appearance drop down in the left navigation.</li>
<li>The themes window should open and you should see an image of your new theme</li>
<li>Click the image or hyperlink with your theme name.</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-12 aligncenter" title="WordPress Themes Page" src="http://www.bloggersproject.com/wp-content/uploads/2009/02/themes.gif" alt="WordPress Themes Page" width="500" height="295" /></p>
<ol>
<li>This will open a lightbox popup with your new theme (this is a sample of your site).  Click &#8220;Activate&#8221; ThemeName in the upper right corner.</li>
<li>Test your blog by going to your live website/blog.</li>
</ol>
<p>That&#8217;s it!  Lots of little steps that should get you up in running in no time.  Of course there are always little snafu&#8217;s so if you&#8217;re having a problem feel free to contact me in the comments area below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggersproject.com/how-to-install-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
