<?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>Jeff Blogs &#187; administration</title>
	<atom:link href="http://jeffblogs.com/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffblogs.com</link>
	<description>Connecting the Dots One Prime Number At a Time</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:08:31 +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>WordPress Plugins – Change Admin Username</title>
		<link>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-change-admin-username/</link>
		<comments>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-change-admin-username/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:12:12 +0000</pubDate>
		<dc:creator>Jeff Summers</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[User ID]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeffblogs.com/?p=412</guid>
		<description><![CDATA[When you install a WordPress site, the system automatically creates an Administrator user account and assigns it a User ID. This is done to allow you to log into the Administration tool to manage your blog installation. Unfortunately you are not allowed to select the User ID that is created. Furthermore you are not allowed [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>When you install a WordPress site, the system automatically creates an Administrator user account and assigns it a User ID.  This is done to allow you to log into the Administration tool to manage your blog installation.  Unfortunately you are not allowed to select the User ID that is created.  Furthermore you are not allowed to change it once it is created.  Normally that would not be a big deal but if you happen to be migrating from an existing blog, you end up with one of two scenarios.</p>
<p><span id="more-412"></span>First you may create new User IDs for the authors of entries being migrated at which point you end up having to manage multiple accounts if you are not careful.  The other scenario is that you map your existing WordPress Admin user to the migrated posts, which too ended up being a little weird as the older posts had the previous user name but the WordPress site has the new User ID.  Neither of these is optimal and so I went looking for an alternative.</p>
<p>What I found was a WordPress plug-in written by Janis Elsts appropriately named <a href="http://w-shadow.com/blog/2008/07/24/change-admin-username-in-wordpress/">Change Admin Username</a>.  This simple plug-in allows you to change the User ID of the WordPress administrator without resorting to manipulating the database files directly.</p>
<p>The plug-in installs like any standard plug-in and adds a new entry to the Users section of the Administration Dashboard.  This new entry is called Change Username.  Selecting this item from the User menu will display the current Username of the administrator and gives you an input field where you can enter the new name you want to use for the User ID for the administrator account.  Once you have entered the new User ID you simply click the Save Changes button and the database files are modified with the new ID.</p>
<p>For anyone who has migrated from another system or just does not like the User ID assigned by default by WordPress, this plug-in allows you to set it to something more meaningful to you.  By changing the default User ID you also close one potential security hole by now requiring a would-be hacker to have to guess the User ID as well as the password.  That in my mind is a very good thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-change-admin-username/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins – Bulk Delete</title>
		<link>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-bulk-delete/</link>
		<comments>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-bulk-delete/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:38:55 +0000</pubDate>
		<dc:creator>Jeff Summers</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeffblogs.com/?p=407</guid>
		<description><![CDATA[It never fails; no matter how well I plan or no matter how good the migration tool is, there always seems to be some sort of data issue that can best be solved through entry deletion. The problem of course is that in most of these systems deletion is an all or nothing kind of [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>It never fails; no matter how well I plan or no matter how good the migration tool is, there always seems to be some sort of data issue that can best be solved through entry deletion.  The problem of course is that in most of these systems deletion is an all or nothing kind of proposition.  Rarely do the developers take into consideration that you may only want to delete certain types of entries.  </p>
<p><span id="more-407"></span>This was the case with WordPress as well.  I was able to delete individual blog entries or through a database manipulation I could delete everything but there wasn’t much in between these two extremes.  </p>
<p><a rel="shadowbox" href="http://jeffblogs.com/wp-content/uploads/2009/10/bulkdeletesettings_thumb.png" title="bulkdeletesettings_thumb"><img src="http://jeffblogs.com/wp-content/uploads/2009/10/bulkdeletesettings_thumb-254x300.png" alt="bulkdeletesettings_thumb" title="bulkdeletesettings_thumb" width="254" height="300" class="alignright size-medium wp-image-408" /></a>What I wanted was the ability to do a bulk delete based on certain criteria.  After some research and recommendations, I settled on a plug-in written by Sudar appropriately named <a href="http://sudarmuthu.com/wordpress/bulk-delete">Bulk Delete</a>.  This plug-in will allow you to delete blog posts based on category or even keyword.</p>
<p>Obviously this kind of plug-in can be extremely dangerous and should be used with extreme caution.  Plug-in installation is through the WordPress Administration tool through the Plug-in section.  After uploading the files a new setting page is created under the Settings heading.  It is aptly named Bulk Delete.</p>
<p>The page will allow you to select what types of entries you want to delete.  Besides category or keyword, you can also delete all drafts, all revisions, all pending posts, all scheduled posts, or all posts total.  The plug-in also allows you to restrict the deletion to posts older than a certain number of days.</p>
<p>The plug-in works as advertised and can be very useful not only for deleting posts that have been migrated but for cleaning up a blog eliminating old posts or posts associated with a specific category or keyword.</p>
<p>This is a valuable plug-in that every administrator should be aware of to make pruning and cleaning of a blog as painless as possible.  As always I recommend making a back-up of your database files before running tools such as this. You just never know what might happen when doing a bulk deletion of records within a database.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-bulk-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins – Admin Post Navigation</title>
		<link>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-admin-post-navigation/</link>
		<comments>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-admin-post-navigation/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 02:41:23 +0000</pubDate>
		<dc:creator>Jeff Summers</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeffblogs.com/?p=400</guid>
		<description><![CDATA[After migrating nearly 2,000 posts from Movable Type to WordPress, I wanted to go through and check a sample of posts to verify that all of the data had transferred correctly. I thought this was going to be a relatively simple task. I went to the WordPress Administration tool and selected Edit under the Posts [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>After migrating nearly 2,000 posts from Movable Type to WordPress, I wanted to go through and check a sample of posts to verify that all of the data had transferred correctly.  I thought this was going to be a relatively simple task.  I went to the WordPress Administration tool and selected Edit under the Posts category.  The result was a listing of 15 of the most current posts and a pagination system for the remainder of the posts.  </p>
<p>I selected the first post on the list and the system took me to the editor.  Within the editor I was able to make whatever changes I wanted to the blog entry and republish the post to update it on the site.  I then began searching for a link that would take me to the next post.  Oddly, I could not find one.</p>
<p><span id="more-400"></span>It seems rather odd that a system as comprehensive as WordPress would forget something as simple and mundane as a previous and next navigation link for moving between posts.  At first I thought perhaps I had just neglected to set a configuration switch.  I mean come on, who would build a system that didn’t have proper navigation.  Surely the WordPress developers did not expect a blog entry to publish changes to an entry then click back to the edit screen to select the next or previous entry, would they?  After a little research I can safely say, that is the exact user experience that they developed.</p>
<p><img src="http://jeffblogs.com/wp-content/uploads/2009/10/adminpostnav.png" alt="adminpostnav" title="adminpostnav" width="417" height="176" class="alignright size-full wp-image-401" />It did not take too long for me to realize that this had to change.  I had way too many blog entries to review to spend time navigating several screens in order to reach my destination.  I immediately began looking for an alternative that would bring about a better user experience.</p>
<p>After a little research and a few Google and WordPress searches I found a plug-in that would do just what I needed.  Scott Reilly authored a plug-in aptly named <a href="http://coffee2code.com/wp-plugins/admin-post-navigation/">Admin Post Navigation</a>.  I downloaded this plug-in and installed it.</p>
<p>Installation was straightforward; from the WordPress Administration tool I clicked the Plug-In section and clicked the Add New link.  From there I clicked Upload and Browse and added the file I had downloaded from Scott’s web site.</p>
<p>The plug-in has no special settings it just works.  In the Edit Post screen two new links are added to the right of the heading; one to take you to the previous entry and one to take you to the next entry.  If you happen to be on the first post the Previous link does not show up. Likewise if you are on the last entry the Next link is not visible. </p>
<p>This little plug-in has saved me keystrokes and restored a richer user experience for the administrator.  It’s funny how a simple solution such as this can eliminate stress and frustration from the day-to-day administration of a blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffblogs.com/2009/10/wordpress-plugins-%e2%80%93-admin-post-navigation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

