<?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>iamseo.org &#187; Wordpress</title>
	<atom:link href="http://www.iamseo.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamseo.org</link>
	<description>Just another (SEO) Wordpress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 08:08:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Fields for Categories &#8211; Wordpress</title>
		<link>http://www.iamseo.org/wordpress/custom-fields-for-categories-wordpress/</link>
		<comments>http://www.iamseo.org/wordpress/custom-fields-for-categories-wordpress/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:20:56 +0000</pubDate>
		<dc:creator>Morris</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Categories Custom Fields]]></category>
		<category><![CDATA[Custom Field Categories]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Wordpress Categories]]></category>

		<guid isPermaLink="false">http://www.iamseo.org/?p=119</guid>
		<description><![CDATA[There are endless reasons why it could be helpful to use customs fields on categories pages in Wordpress &#8211; and it seems many other WP users agree. The users here speak about some plugins that are now out of date &#8211; so thankfully, there&#8217;s now a painless, fool-proof way to get this working.

1. Download HeadSpace2
Firstly, [...]]]></description>
			<content:encoded><![CDATA[<p>There are endless reasons why it could be helpful to use customs fields on categories pages in Wordpress &#8211; and it seems many other <a rel="nofollow" href="http://wordpress.org/support/topic/266479" target="_blank">WP users agree</a>. The users here speak about some plugins that are now out of date &#8211; so thankfully, there&#8217;s now a painless, fool-proof way to get this working.</p>
<p><span id="more-119"></span></p>
<h2>1. Download HeadSpace2</h2>
<p>Firstly, you need to download and install the <a rel="nofollow" href="http://wordpress.org/extend/plugins/headspace2/" target="_blank">HeadSpace2 SEO plugin</a>. As well as being a mean SEO plugin (far beyond All-In-One or any other plugin you&#8217;re probably used to), HeadSpace2 lets you create custom meta data on pages, posts or categories &#8211; exactly what we need!</p>
<h2>2. Update Page Modules</h2>
<p>Once the plugin is activated, navigate to Settings &gt; HeadSpace &gt; Page Modules and drag the Custom Meta into the green Simple box &#8211; see below.</p>
<p><img class="alignnone size-full wp-image-121" title="category-custom-fields" src="http://www.iamseo.org/wp/wp-content/uploads/2010/03/category-custom-fields.png" alt="category-custom-fields" width="482" height="188" /></p>
<h2>3. Add the Custom Values</h2>
<p>Select the edit box on the right and add the custom fields you&#8217;d like to display on your category pages. I&#8217;m building an affiliate portal so have added &#8220;free-bingo-value&#8221;.</p>
<p><img class="alignnone size-full wp-image-122" title="category-custom-fields-wp" src="http://www.iamseo.org/wp/wp-content/uploads/2010/03/category-custom-fields-wp.png" alt="category-custom-fields-wp" width="481" height="214" /></p>
<h2>4. Edit Categories</h2>
<p>The custom fields will now show up on your category description pages &#8211; towards the bottom. Add the value you require and update. Here you can also add any of the other modules you selected above &#8211; Page Description and Keywords, for example.</p>
<h2>5. Call the Custom Fields</h2>
<p>Call the custom fields <span style="text-decoration: line-through;">anywhere</span> (see update below) in your theme by using the following PHP code, replacing the custom field name (&#8216;free-bingo-value&#8217;) with your own.</p>
<pre class="brush: php;">&lt;?php echo MetaData::get_custom ('free-bingo-value'); ?&gt;</pre>
<p>Simple as that! It&#8217;ll show up without any styling, but you can place tags around it to display as you require. See the custom values on the bingo site &#8211; <a href="http://www.cutebingo.co.uk/red-bus-bingo/"><strong>Red Bus Bingo</strong></a>.</p>
<blockquote>
<h2>Update:</h2>
<p>I&#8217;ve crossed out <em>anywhere</em> because I&#8217;ve heard from some folks who couldn&#8217;t get it to show up on single pages.</p>
<p>Of course, I realise now why <em>anywhere</em> was far too optimistic! If you&#8217;re going to call the custom value on a single page (or anywhere in the post loop), it&#8217;s going to look for the &#8216;free-bingo-value&#8217; custom value for that particular post &#8211; <strong>not</strong> for the category. So stick to pasting this on your archive.php or category.php templates.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.iamseo.org/wordpress/custom-fields-for-categories-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Remove &#8220;Category&#8221; from Wordpress URLS, maintain pagination</title>
		<link>http://www.iamseo.org/wordpress/remove-category-from-wordpress-urls-maintain-pagination/</link>
		<comments>http://www.iamseo.org/wordpress/remove-category-from-wordpress-urls-maintain-pagination/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 03:12:52 +0000</pubDate>
		<dc:creator>Morris</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Remove Category from URL]]></category>
		<category><![CDATA[Wordpress Hack]]></category>

		<guid isPermaLink="false">http://www.iamseo.org/?p=69</guid>
		<description><![CDATA[
There&#8217;s now a great plugin for this!
See WP No Category Base to download and install the plugin. It does all that the hack below does, but better, and instantly. 
In fact, I did have some issues with the hack after upgrading Wordpress, so found this plugin instead.

So this one&#8217;s been a killer for a long [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<h2>There&#8217;s now a <em>great</em> plugin for this!</h2>
<p><em>See <a href="http://wordpress.org/extend/plugins/wp-no-category-base/"><strong>WP No Category Base</strong></a></em> to download and install the plugin. It does all that the hack below does, but better, and instantly. </p>
<p>In fact, I did have some issues with the hack after upgrading Wordpress, so found this plugin instead.</p>
</blockquote>
<p>So this one&#8217;s been a killer for a long time: you can hack Wordpress in several ways to<strong> remove /category/ from the URL</strong>, though <em>pagination</em> and all sorts of other nasty side-effects arise.</p>
<p>Anyway, it&#8217;s finally been done &#8211; you can now remove /category/ from Wordpress URLS, <strong>maintain pagination</strong> and everything else!</p>
<p>In fact, the fix even writes out /category/ when generating category links through <strong><em>get_the_category</em></strong> or <em><strong>single_cat_title</strong></em>: instead of just redirecting it afterwards as other hacks have done.</p>
<p><span id="more-69"></span></p>
<p><strong>So here it is:</strong></p>
<h2><a href="http://www.themadhat.com/blogging/remove-category-base-wordpress/">Remove the Category Base from Wordpress</a></h2>
<p>If only I&#8217;d found this when he first posted it 12 months ago &#8230;!!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamseo.org/wordpress/remove-category-from-wordpress-urls-maintain-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress login page keeps reloading</title>
		<link>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/</link>
		<comments>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:56:33 +0000</pubDate>
		<dc:creator>Morris</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wp-admin reloads]]></category>

		<guid isPermaLink="false">http://www.iamseo.org/?p=49</guid>
		<description><![CDATA[It seems I&#8217;m not the only one that has had issues with the Wordpress login page (wp-admin) reloading itself without logging in.
I made a post on the Wordpress support thread with my fix, though thought I should expand here. This may not fix the issue for all users, as the reloading might be the result [...]]]></description>
			<content:encoded><![CDATA[<p>It seems <a href="http://wordpress.org/support/topic/229521" target="_blank" rel="nofollow">I&#8217;m not the only one</a> that has had issues with the Wordpress login page (wp-admin) reloading itself without logging in.</p>
<p>I made a post on the Wordpress support thread with my fix, though thought I should expand here. This may not fix the issue for all users, as the reloading might be the result of other problems or faulty plugins. </p>
<p><span id="more-49"></span></p>
<p>1. Remove any additional rewrite rules from your .htaccess, besides the Wordpress-generated code. Remember to <strong>back it up!</strong></p>
<p>(If your Wordpress settings state that your install is on http://mysite.com, but you are running a .htaccess rule to rewrite http://mysite.com to http://www.mysite.com, you&#8217;re running the wp-admin page in a loop of redirects).</p>
<p>2. If you can now log in, go to Settings and change the location of WP and your blog to http://www.mysite.com (assuming this is where you wanted Wordpress installed). If your blog or Wordpress installation is located in another dirctory or subdomain, don&#8217;t change these just add the <em>www</em>.</p>
<p>3. Re-add the .htaccess rewrites. </p>
<p>They might like look this &#8211; </p>
<pre><code>
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ http://www.mysite.com/ [R=301,L]
</code></pre>
<p>(This rewrites http:// to http://www as well as removing index.html or index.php from your URLs)</p>
<p>If the above fix doesn&#8217;t work, try removing plugins from your server one by one and then try to log in. An outdated plugin that doesn&#8217;t work with your current version of Wordpress has also been known to cause this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
