<?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>Smartphone And PC Blog &#187; seo 404 page</title>
	<atom:link href="http://rumahabi.com/tag/seo-404-page/feed" rel="self" type="application/rss+xml" />
	<link>http://rumahabi.com</link>
	<description>PC And Smartphone Prices Plus Specifications</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:38:10 +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>Adorn 404 Page In WordPress To Retains Visitor From Leaving Our Blog</title>
		<link>http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html</link>
		<comments>http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html#comments</comments>
		<pubDate>Thu, 01 Jan 2009 01:54:59 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[WP]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[retain visitor]]></category>
		<category><![CDATA[seo 404 page]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=210</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html">Adorn 404 Page In WordPress To Retains Visitor From Leaving Our Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Adorn 404 Page In WordPress To Retains Visitor From Leaving Our Blog is a post from: Technology News Having 404 pages in our WordPress blog is a pain in the back, this usually happens in WordPress blog and the cause is vary probably because of the visitor write a wrong url address while trying to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html">Adorn 404 Page In WordPress To Retains Visitor From Leaving Our Blog</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Having 404 pages in our WordPress blog is a pain in the back, this usually happens in WordPress blog and the cause is vary probably because of the visitor write a wrong url address while trying to access our page or we accidentally or deliberately remove the page, thus the page no longer exist and 404 page appears to replace the removed pages.<span id="more-210"></span></p>
<p>And in this post, I will share the information to adorns your 404 pages to be visitor friendly by adding features. This feature will change the default look of 404 pages, actually you can put anything in your 404 pages even ads, but I&#8217;d rather to add something which have related to my blog like category, popular posts, most commented post and so on.</p>
<p>Here&#8217;s the trick, login to your WP dashboard and go to Theme editor and click 404 page (404.php). Let&#8217;s say you want to put &#8220;popular post&#8221;, &#8220;recent post&#8221; and &#8220;category&#8221; in your 404.php page, then add the following code to it:</p>
<p>&lt;h2&gt;Popular Posts&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php akpc_most_popular(); ?&gt;<br />
&lt;/ul&gt;<br />
&lt;h2&gt;Recent Posts&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php query_posts(&#8216;showposts=10&#8242;); ?&gt;<br />
&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;<br />
&lt;li&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221;&gt;&lt;?php the_title() ?&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;?php endwhile; endif; ?&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;h2&gt;Category&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php wp_list_cats(&#8216;&amp;title_li=&#8217;); ?&gt;<br />
&lt;/ul&gt;</p>
<p>(<strong>To display popular post in your 404 page you need &#8220;popularity contest plugin&#8221; by Alex king, download here, and to have recent post you need recent post plugin.</strong>)</p>
<p>And to see the example see my 404 page: <a href="http://rumahabi.com/s">Click here</a>.</p>
<p>That&#8217;s the simplest way to adorn your 404 page, to retains visitors going away from your page. I hope this post useful to you, and see you in the next post in the <a href="http://rumahabi.com/">Busby SEO Test Blog</a> and happy new year and wish you all the best!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html" rel="bookmark" class="crp_title">Permalink Migration Plugins To Permenantly Moved Ugly Permalinks Into Pretty Url</a></li><li><a href="http://rumahabi.com/how-to-display-ads-on-homepage-only-in-wordpress.html" rel="bookmark" class="crp_title">How To Display Ads On Homepage Only In WordPress</a></li><li><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html" rel="bookmark" class="crp_title">SEO Your WordPress Description And Keyword Without Plugins</a></li><li><a href="http://rumahabi.com/split-wordpress-page-into-2-pages.html" rel="bookmark" class="crp_title">Split WordPress Page Into 2 Pages</a></li><li><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html" rel="bookmark" class="crp_title">How To Make WordPress Theme SEO Friendly Theme</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/adorn-404-page-in-wordpress-to-retains-visitor-from-leaving-our-blog.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

