<?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>WordPress Magazine &#187; more</title>
	<atom:link href="http://wp-magz.com/tag/more/feed" rel="self" type="application/rss+xml" />
	<link>http://wp-magz.com</link>
	<description>Just another WordPress Magazine, all about free wordpress themes, plugins, hack, tips, SEO</description>
	<lastBuildDate>Tue, 06 Jul 2010 17:56:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress SEO Tips : Remove unnecessary links</title>
		<link>http://wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html</link>
		<comments>http://wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:26:01 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=62</guid>
		<description><![CDATA[If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages).
To remove the “#more” text from your ‘Read More’ link, [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages).</p>
<p>To remove the “#more” text from your ‘Read More’ link, replace the following line in your wp-includes/post-template.php</p>
<ol class="code">
<li><code>$output .= ' &lt;a href="'. get_permalink()</code></li>
<li><code>. "#more-$id\"&gt;$more_link_text&lt;/a&gt;";</code></li>
</ol>
<p>with</p>
<ol class="code">
<li><code>$output .= ' &lt;a href="'. get_permalink()</code></li>
<li><code>."\"&gt;$more_link_text&lt;/a&gt;";</code></li>
</ol>
<h3>Related Wordpress Magazines</h3>
<ul class="related_post">
<li><a href="http://wp-magz.com/seo/wordpress-seo-guide-for-beginner.html" title="Wordpress SEO Guide for Beginner">Wordpress SEO Guide for Beginner</a></li>
<li><a href="http://wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html" title="Tips 5 Langkah Proteksi Wordpress Anda">Tips 5 Langkah Proteksi Wordpress Anda</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
