<?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>Themetopia &#187; Wordpress</title>
	<atom:link href="http://www.themetopia.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themetopia.com</link>
	<description>Custom Theme Design - Wordpress, Squirrelcart, Drupal</description>
	<lastBuildDate>Thu, 06 Jan 2011 03:38:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC3-17365</generator>
		<item>
		<title>Internal Linking in WordPress 3.1 &#8211; Almost, but not quite there</title>
		<link>http://www.themetopia.com/blog/2011/01/02/internal-linking-wordpress-3-1/</link>
		<comments>http://www.themetopia.com/blog/2011/01/02/internal-linking-wordpress-3-1/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 23:08:52 +0000</pubDate>
		<dc:creator>jerothe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.themetopia.com/?p=4201</guid>
		<description><![CDATA[Over the years WordPress has evolved from a simple blogging platform to a low end CMS, all while keeping a strong focus on usability. WordPress has most of the necessary features and functionality you&#8217;d need to administer a website, but one area it has lacked in the past is how to easily perform internal linking [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years WordPress has evolved from a simple blogging platform to a low end CMS, all while keeping a strong focus on usability.  WordPress has most of the necessary features and functionality you&#8217;d need to administer a website, but one area it has lacked in the past is how to easily perform internal linking when referencing old posts from a new blog entry.  WordPress 3.1 looked to fix that, but it didn&#8217;t. <em>Crowd Favorite did</em>.<span id="more-4201"></span></p>
<h2>Internal Linking Between Posts in WordPress 3.1</h2>
<p>WordPress 3.1 RC2 was released yesterday, which means the final release is just on the horizon.  One of the major user interface upgrades is the <strong>internal linking feature</strong>, something I&#8217;ve been trying to find a plugin or other solution for over a year and a half.  I briefly tried out <strong>RB internal links plugin</strong>, but that was just overly clunky and didn&#8217;t save me that much time. Naturally I was excited to try it out and upgraded my site to the bleeding edge release.</p>
<p>I was severely disappointed.</p>
<p>I only use the <strong>html view</strong> within most of my installs.  I couldn&#8217;t find the new internal linking feature from HTML view, so I enabled the visual mode and found out how the feature works.  </p>
<p>When constructing a normal link, you need to highlight the text that will become the anchor, and then click the chain link icon.</p>
<div class="centerBorder"><img src="/images/design/wordpress/internal-linking-screen1.jpg" alt="Internal Linking - TinyMCE Link Icon" /></div>
<p>But now, you have a drop down option called &#8220;Or link to existing content&#8221;.  You have a search field, where you can type in search term to find the related post, click the selected post and hit the &#8220;Add Link&#8221; button.</p>
<div class="centerBorder"><img src="/images/design/wordpress/internal-linking-screen2.jpg" alt="Internal Linking - Select Post Dialogue Box" /></div>
<p><strong>I think that this internal linking feature falls flat in two important ways</strong>.  First, that you can only see it from one editing view, and second, if you ever go back and change or optimize your post slug or change your site architecture your link will be broken.  WordPress inserts the full absolute url path, and not the actual post ID which will resolve itself.</p>
<h2>In steps Crowd Favorite</h2>
<p>Alex King is a smart guy, and his company Crowd Favorite develops plugins that solve crucial usability issues.  Never fancy, their plugins just work and they support them for free &#8211; no small task.</p>
<p>Having similar feelings, Crowd Favorite stepped in and made their &#8216;<a href="http://crowdfavorite.com/wordpress/plugins/internal-link-shortcode/" target="_blank">Internal Link Shortcode</a>&#8216; plugin which solves both problems.</p>
<p>After install, the plugin will include a simple lookup field in the sidebar.  You can move that field wherever you like.</p>
<div class="centerBorder"><img src="/images/design/wordpress/internal-link-shortcode.jpg" alt="Internal Link Shortcode Install" /></div>
<p>Type in your query and an AJAX call will pop up a list of old posts.  Click the post to generate the bracketed post id shortcode.  Copy that shortcode into your post and modify to fit the need.  I love the idea of having the text attribute that allows you to set what the actual anchor text will be.</p>
<div class="centerBorder"><img src="/images/design/wordpress/internal-link-shortcode-format.png" alt="Internal Link Shortcode Format" /></div>
<h2>Check out the Internal Link Shortcode plugin</h2>
<p>Building off what WordPress has added to the core, this is the functionality we&#8217;ve all been waiting to see &#8211; an easy, user friendly way to link to old blog posts.  </p>
<p>What do you think of WordPress attempt for internal linking?  Do you think they&#8217;ll make changes in a future release to use it with the HTML view as well?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themetopia.com/blog/2011/01/02/internal-linking-wordpress-3-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Port posts from one WordPress install to another</title>
		<link>http://www.themetopia.com/blog/2010/07/18/port-posts-from-one-wordpress-install-to-another/</link>
		<comments>http://www.themetopia.com/blog/2010/07/18/port-posts-from-one-wordpress-install-to-another/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 22:56:14 +0000</pubDate>
		<dc:creator>jerothe</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.themetopia.com/?p=4197</guid>
		<description><![CDATA[Exporting individual categories of content has always been an interesting proposition in WordPress. I have hacked my way through it in the past, including using an RSS export and a plugin or two. It appears that import / export functionality is now built into the core of WordPress, but it will still export additional data [...]]]></description>
			<content:encoded><![CDATA[<p>Exporting individual categories of content has always been an interesting proposition in WordPress.  I have hacked my way through it in the past, including using an RSS export and a plugin or two.  It appears that import / export functionality is now built into the core of WordPress, but it will still export additional data you don&#8217;t need.  Here is how you export only your post content to import into a new WordPress install.<span id="more-4197"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themetopia.com/blog/2010/07/18/port-posts-from-one-wordpress-install-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

