<?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>WP Blog Host Video Tutorials &#187; Security</title>
	<atom:link href="http://wpbloghost.tv/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.tv</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 31 Aug 2011 00:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Guarding WordPress Against Hacker URL Requests</title>
		<link>http://wpbloghost.tv/block-bad-requests/</link>
		<comments>http://wpbloghost.tv/block-bad-requests/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:01:11 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=206</guid>
		<description><![CDATA[Update: This plugin can now be found in the WordPress plugin repository for easy installs. I was skimming through my Google FeedReader the other day and read an excellent article by Jeff Starr of Perishable Press which showed us how to create a very simple plugin to help protect our WordPress sites from malicious WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/' rel='bookmark' title='SEO Egghead WordPress Firewall Plugin Video Overview'>SEO Egghead WordPress Firewall Plugin Video Overview</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> This plugin can now be found in the <a href="http://wordpress.org/extend/plugins/block-bad-queries/" target="_blank">WordPress plugin repository</a> for easy installs.</p>
<p>I was skimming through my Google FeedReader the other day and <a title="Perishable Press" href="http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/" target="_blank">read an excellent article</a> by Jeff Starr of Perishable Press which showed us how to create a very simple plugin to help protect our WordPress sites from malicious WordPress crackers.</p>
<p>He found this code in the <a title="Code collaboration." href="http://pastebin.com/pastebin.php?help=1" target="_blank">pastebin repository</a>, a site where people who write computer code can come together and help one another.</p>
<p>A dead giveaway that someone is trying to hack into your blog is when you see terms like the following being used:</p>
<ul>
<li>base64()</li>
<li>eval()</li>
</ul>
<p>The plugin shown below will attempt to block such requests. So with that, let&#8217;s get on to the tutorial.</p>
<h3>The How-To Video</h3>
<p>Remember you can click the &#8220;full view&#8221; button to see it a little better.</p>
<p><embed src="http://blip.tv/play/AYG502oC" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h3>Step-by-Step</h3>
<p><strong>Step1:</strong> Head over to Perishable Press and copy the code Jeff shows us by <a href="http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/" target="_blank" title="Copy the code over here">clicking here</a> (link opens in a new window).</p>
<p><strong>Step 2:</strong> Open a text editor and paste the code in. Be sure to save the file as a .php file (for example, <strong>block-bad-requests.php</strong>).</p>
<p><strong>Step 3:</strong> Zip up the file you just created using a zip program like <a href="http://www.winzip.com/index.htm" target="_blank" title="Zip utility">WinZip</a> or the zip utility that comes with Windows.</p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/2-zip-file.jpg" alt="zip the file" title="zip the file" width="580" height="373" class="aligncenter size-full wp-image-210" /></p>
<p><strong>Step4:</strong> Upload, install, and activate the plugin.</p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/add-new-plugin.jpg" alt="" title="Add a new plugin." width="206" height="182" class="aligncenter size-full wp-image-212" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/upload-plugin.jpg" alt="" title="upload-plugin" width="567" height="348" class="aligncenter size-full wp-image-213" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/install-plugin.jpg" alt="" title="install-plugin" width="570" height="294" class="aligncenter size-full wp-image-214" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/activate-plugin.jpg" alt="" title="activate-plugin" width="538" height="269" class="aligncenter size-full wp-image-215" /></p>
<p><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/12/done.jpg" alt="" title="done" width="290" height="174" class="aligncenter size-full wp-image-216" /></p>
<p>Quick, simple, and effective.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/' rel='bookmark' title='SEO Egghead WordPress Firewall Plugin Video Overview'>SEO Egghead WordPress Firewall Plugin Video Overview</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/block-bad-requests/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>SEO Egghead WordPress Firewall Plugin Video Overview</title>
		<link>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/</link>
		<comments>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:13:56 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=191</guid>
		<description><![CDATA[Note the video below showcases where my blog use to be located. It&#8217;s now located at Blog Training Classroom. Update: In the video I mention visiting SEO Egghead&#8217;s site, downloading the file, zipping it up, and then installing it on your blog. Since I created this video, SEO Egghead has added it to the WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>Note the video below showcases where my blog use to be located. It&#8217;s now located at <a href="http://blogtrainingclassroom.com/blog">Blog Training Classroom</a>.</em></p>
<p><strong>Update:</strong> In the video I mention visiting SEO Egghead&#8217;s site, downloading the file, zipping it up, and then installing it on your blog. Since I created this video, SEO Egghead has added it to the WordPress plugin repository, so to install it all you need to do is head over to your Dashboard area, go to Plugins, and then search for <strong>WordPress Firewall</strong>.</p>
<p><strong>Update 2:</strong> Someone &#8220;<a href="http://en.wikipedia.org/wiki/Fork_%28software_development%29">forked</a>&#8221; this plugin and conveniently named it WordPress Firewall 2. Either plugin will work just fine. I&#8217;m using the original WordPress Firewall.</p>
<p><embed src="http://blip.tv/play/AYGw9TEA" type="application/x-shockwave-flash" width="580" height="490" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Awhile back I wrote an article on my blog called, <a href="http://blogtrainingclassroom.com/blog/2-easy-ways-to-set-up-a-wordpress-firewall/">2 Easy Ways To Set Up A WordPress Firewall</a>. In it, I highlighted a <a href="http://wordpress.org/extend/plugins/wordpress-firewall/">WordPress Firewall security plugin</a> released by SEO Egghead which greatly increases your blog&#8217;s security against common exploits and hacks.</p>
<p>In this video, I&#8217;ll go over how to install the plugin and a few of its settings.</p>
<p>If WordPress security is important to you (and it should be), I have an ebook I wrote called, <a href="http://securemyblog.com/wordpress-defender.html">WordPress Defender</a> which you can pick up and details a ton of information on how to secure and monitor your blog against hackers.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Upgrade WordPress Manually</title>
		<link>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/</link>
		<comments>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:25:11 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=150</guid>
		<description><![CDATA[This video tutorial will show you how to upgrade WordPress manually by following the instructions on WordPress.org.


Related posts:<ol><li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-your-wordpress-blog-using-the-automatic-upgrade-tool/' rel='bookmark' title='How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool'>How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><embed src="http://blip.tv/play/AYGVmAMC" type="application/x-shockwave-flash" width="590" height="470" allowscriptaccess="always" allowfullscreen="true"></embed></center></p>
<h2>How To Create A Simple Maintenance Page</h2>
<p>You could always download a <a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" title="WordPress Maintenance Mode plugin">WordPress maintenance mode plugin</a>, but in this case it probably won&#8217;t work. When you follow the <a href="http://codex.wordpress.org/Upgrading_WordPress" title="Steps to upgrade WordPress">upgrade instructions on WordPress.org</a>, you&#8217;ll notice it says to <strong>deactivate all your plugins</strong>.</p>
<p>So, here&#8217;s how to create a custom maintenance page without a plugin.</p>
<p><strong>Step 1</strong></p>
<p>Create a simple html file and place it in your blog&#8217;s root directory. Name it something like, maintenance.html. Inside the maintenance.html file you can put anything you want. &#8220;Hi. I&#8217;m out to lunch for a few moments while the construction crew is busy at work . . .&#8221;</p>
<p>But why stop there? Your site is better than that. Customize the page with your site&#8217;s colors and images. Maybe add a video or your latest blog post. CSSgirl wrote some tips and shows some examples on the topic of <a href="http://www.cssgirl.com/articles/2008/06/16/create-a-memorable-maintenance-page/" title="Create A Memorable Maintenance Page">creating a memorable maintenance page</a>.</p>
<p><strong>Step 2</strong></p>
<p>Ok so now you have your maintenance.html page set up; the next step is to redirect everyone to it while you&#8217;re doing your upgrade.</p>
<p>Navigate to your blog&#8217;s root directory in your web hosting control panel and open your .htaccess file.</p>
<p><center><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/htaccess-edit.jpg" alt="htaccess-edit" title="htaccess-edit" width="579" height="266" class="aligncenter size-full wp-image-152" /></center></p>
<p>Once opened, you&#8217;re going to add this code at the top:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteCond %{REMOTE_ADDR} !^<span style="background-color: rgb(255, 255, 0);">618\.124\.259\.25</span><br />
RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
RewriteRule $ <span style="background-color: rgb(255, 255, 0);">http://your-site.com</span>/maintenance.html [R=302,L]</strong></p>
<p>The yellow parts above are the areas you need to change. Visit <a href="http://whatismyipaddress.com">What is my IP address?</a> to find your IP address and put those numbers in under the first yellow highlight. Next add the url path to your own maintenance page in the second yellow part.</p>
<p>And that should do it. Your site should now show a maintenance page to everyone except you (your IP address was whitelisted). To see what everyone else sees, add a # sign in front of the IP line:</p>
<p align="center"># RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25</p>
<p>The # comments lines out.</p>
<p>When you&#8217;re finished, leave the code in your .htaccess file for next time. To disable the code, just add a # in front of each line:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
# Options +FollowSymlinks<br />
# RewriteEngine on<br />
# RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25<br />
# RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
# RewriteRule $ http://your-site.com/maintenance.html [R=302,L]</strong></p>
<p>Remember, if you need help with upgrades, visit the <a href="http://wpbloghost.com/blog-customization-and-services/" title="Contact John">blog services page</a> and use the contact form there to get in touch with me.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-your-wordpress-blog-using-the-automatic-upgrade-tool/' rel='bookmark' title='How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool'>How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Backup Your WordPress Database Using phpMyAdmin</title>
		<link>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/</link>
		<comments>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:21:15 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=148</guid>
		<description><![CDATA[This tutorial will show you how to download a backup of your WordPress database to your computer. This is a vital topic you should learn.


Related posts:<ol><li><a href='http://wpbloghost.tv/wordpress-database-backup-plugin/' rel='bookmark' title='How To Backup Your WordPress Blog&#8217;s Database With A Plugin'>How To Backup Your WordPress Blog&#8217;s Database With A Plugin</a></li>
<li><a href='http://wpbloghost.tv/restore-your-database-using-bigdump/' rel='bookmark' title='How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases'>How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases</a></li>
<li><a href='http://wpbloghost.tv/how-to-restore-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How to Restore Your WordPress Database Using phpMyAdmin'>How to Restore Your WordPress Database Using phpMyAdmin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to download a backup of your WordPress database to your computer. This is a vital topic you should learn.</p>
<p>This tutorial will show you how to do it through phpMyAdmin (a more advanced way just in case plugins aren&#8217;t working). If you&#8217;re looking for an easy way to backup your database, try the <a target="_blank" title="WordPress database backup plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup">Il Filosofo Database Backup plugin</a>.</p>
<p><center><object width="550" height="470" data="http://www.youtube.com/v/DFF45r8ZtZE&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DFF45r8ZtZE&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" /><param name="allowfullscreen" value="true" /></object></center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/wordpress-database-backup-plugin/' rel='bookmark' title='How To Backup Your WordPress Blog&#8217;s Database With A Plugin'>How To Backup Your WordPress Blog&#8217;s Database With A Plugin</a></li>
<li><a href='http://wpbloghost.tv/restore-your-database-using-bigdump/' rel='bookmark' title='How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases'>How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases</a></li>
<li><a href='http://wpbloghost.tv/how-to-restore-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How to Restore Your WordPress Database Using phpMyAdmin'>How to Restore Your WordPress Database Using phpMyAdmin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Change Your Display Name on Your WordPress Blog</title>
		<link>http://wpbloghost.tv/change-display-name-wordpress/</link>
		<comments>http://wpbloghost.tv/change-display-name-wordpress/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:14:00 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Beginner Tutorials]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=142</guid>
		<description><![CDATA[By default, WordPress displays your username publicly as the author of your posts. This can, however, pose a security issue because you&#8217;re giving everyone your blog&#8217;s username login info. Also, it&#8217;s best to use a username that is not easily guessed which typically means you won&#8217;t be using your name. So let&#8217;s change how WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-ms-word-copy-paste/' rel='bookmark' title='How to Copy/Paste From MS Word to Your WordPress Blog'>How to Copy/Paste From MS Word to Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-log-in-and-out-of-wordpress/' rel='bookmark' title='How to log in and out of WordPress'>How to log in and out of WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default, WordPress displays your username publicly as the author of your posts. This can, however, pose a security issue because you&#8217;re giving everyone your blog&#8217;s username login info. Also, it&#8217;s best to use a username that is not easily guessed which typically means you won&#8217;t be using your name.</p>
<p>So let&#8217;s change how WordPress displays your name to the world but at the same time not give out what your blog&#8217;s username is.</p>
<p><center><object width="550" height="470" data="http://www.youtube.com/v/ATvoa-TA5t8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ATvoa-TA5t8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" /><param name="allowfullscreen" value="true" /></object></center></p>
<h2>Follow The Guided Tutorial</h2>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/display-user-name-change-wordpress.jpg" alt="display-user-name-change-wordpress" title="display-user-name-change-wordpress" width="500" height="110" class="aligncenter size-full wp-image-143" /></p>
<p>When you install WordPress for the first time, you must either provide a Username in order to log into your WordPress account or one will be assigned to you automatically (i.e. the <strong>admin</strong> Username). If you host with <a title="WordPress web hosting" href="http://wpbloghost.com">WpBlogHost</a> and <a title="How to install WordPress on your WpBlogHost account" href="http://wpbloghost.com/wpbloghost-home-school-for-wordpress/how-to-install-wordpress-on-your-wpbloghost-account/">install WordPress on your web hosting account</a>, you can specify your own unique Username.</p>
<p>When you author a post or comment in your blog&#8217;s comment section, by default WordPress displays your <strong>Username</strong> as the author&#8217;s name (see the image above, left side).</p>
<p>This tutorial will show you how to change that so the name you want to display will be shown.</p>
<h2>Step 1 &#8211; Find Users</h2>
<p><a title="How to log into WordPress" href="http://wpbloghost.com/wpbloghost-home-school-for-wordpress/how-to-log-in-and-out-of-wordpress/">Log into WordPress</a> and in the left sidebar menu click on <strong>Users</strong>.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step2-click-users.jpg" alt="step2-click-users" title="step2-click-users" width="270" height="214" class="aligncenter size-full wp-image-144" /></p>
<h2>Step 2 &#8211; Edit User</h2>
<p>On the right you should see a list of the Users for your blog. Move your mouse to the one you want to edit and when the menu shows, click <strong>Edit</strong>.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step6-edit.jpg" alt="step6-edit" title="step6-edit" width="347" height="96" class="aligncenter size-full wp-image-145" /></p>
<h2>Step 3 &#8211; Choose Your Display Name</h2>
<p>Scroll down until you see <strong>Display name publicly as</strong> and choose how you want your name to be shown in posts and comments.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step3-choose-your-display-name-wordpress.jpg" alt="step3-choose-your-display-name-wordpress" title="step3-choose-your-display-name-wordpress" width="530" height="362" class="aligncenter size-full wp-image-146" /></p>
<h2>Step 4 &#8211; Click Update User</h2>
<p>Congratulations, you&#8217;ve changed your User display name.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-ms-word-copy-paste/' rel='bookmark' title='How to Copy/Paste From MS Word to Your WordPress Blog'>How to Copy/Paste From MS Word to Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-log-in-and-out-of-wordpress/' rel='bookmark' title='How to log in and out of WordPress'>How to log in and out of WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/change-display-name-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Change Your WordPress Username &amp; Password Through phpMyAdmin</title>
		<link>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/</link>
		<comments>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:01:07 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=140</guid>
		<description><![CDATA[Forget your password or username? Or perhaps someone hacked your blog and changed them? Here's how to change them through your database so you can regain control.


Related posts:<ol><li><a href='http://wpbloghost.tv/change-display-name-wordpress/' rel='bookmark' title='How to Change Your Display Name on Your WordPress Blog'>How to Change Your Display Name on Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/' rel='bookmark' title='How To Password Protect a Directory Using WP Blog Host Hosting'>How To Password Protect a Directory Using WP Blog Host Hosting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There may be times when you need to change your username and password for your WordPress blog. Perhaps you forgot what they were, but an even bigger reason why it is good to know how to do this is if someone hacks into your blog they might change your password.</p>
<p>This is how you can take back control of your blog and regain access by changing your username and password through the database.</p>
<p><center><embed src="http://blip.tv/play/AYGUi14C" type="application/x-shockwave-flash" width="590" height="480" allowscriptaccess="always" allowfullscreen="true"></embed> </center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/change-display-name-wordpress/' rel='bookmark' title='How to Change Your Display Name on Your WordPress Blog'>How to Change Your Display Name on Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/' rel='bookmark' title='How To Password Protect a Directory Using WP Blog Host Hosting'>How To Password Protect a Directory Using WP Blog Host Hosting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Password Protect a Directory Using WP Blog Host Hosting</title>
		<link>http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/</link>
		<comments>http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 15:03:01 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[WP Blog Host Hosting Tutorials]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=79</guid>
		<description><![CDATA[Here's how you can password protect a directory so that you can limit who can view anything contained within it.


Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wp-blog-host-wordpress-installer/' rel='bookmark' title='How to Install WordPress on Your WP Blog Host Account'>How to Install WordPress on Your WP Blog Host Account</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>At times you may want to upload something to your hosting account but only allow a select group to view it, for example a family photo or backup file. Here&#8217;s how you can password protect a directory so that you can limit who can view anything contained within it.</p>
<p><center><embed src="http://blip.tv/play/AYGUi0IC" type="application/x-shockwave-flash" width="590" height="480" allowscriptaccess="always" allowfullscreen="true"></embed> </center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wp-blog-host-wordpress-installer/' rel='bookmark' title='How to Install WordPress on Your WP Blog Host Account'>How to Install WordPress on Your WP Blog Host Account</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove The WordPress Version Number From Your Source Code</title>
		<link>http://wpbloghost.tv/remove-wordpress-version-number/</link>
		<comments>http://wpbloghost.tv/remove-wordpress-version-number/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 14:54:21 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=77</guid>
		<description><![CDATA[One way hackers might try to gain more information about your blog is learning what version of WordPress you're using by viewing your source code. Here's how to remove that piece of information.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>One way hackers might try to gain more information about your blog is learning what version of WordPress you&#8217;re using by viewing your source code. Here&#8217;s how to remove that piece of information.</p>
<p>Just paste this code into your <strong>functions.php</strong> file:</p>
<p align="center">remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</p>
<p><center><embed src="http://blip.tv/play/AYGUi0gC" type="application/x-shockwave-flash" width="590" height="480" allowscriptaccess="always" allowfullscreen="true"></embed> </center></p>
<p>I’d like to give credit to the good guys over at <a href="http://digwp.com/2009/07/remove-wordpress-version-number/">Digging Into WordPress</a>. It is there where I first found this code.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/remove-wordpress-version-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

