<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for RLM</title>
	<atom:link href="http://www.rlmseo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlmseo.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 Feb 2012 17:49:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on AdWords Express: Good or Bad for Small Business? by Jordan Godbey</title>
		<link>http://www.rlmseo.com/blog/adwords-express-good-or-bad-for-small-business/#comment-2994</link>
		<dc:creator>Jordan Godbey</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=2005#comment-2994</guid>
		<description>Hey John, 

Google is pushing more towards big brands and paid search. There are even some gross cases where the first organic (aka FREE) listing isn&#039;t even above the fold!

Google is looking out for #1, themselves, and pushing an easy-to-use cash generator to millions of business makes sense for their bottom line.

I agree with you totally. 

It&#039;s going to hurt the selling process and undermine what agencies do, when &quot;I can do the &quot;same&quot; thing in 5 minutes&quot;

Plus G is going to collect the millions in under optimized ad spend...

I think the &quot;do no evil&quot; era is sadly over.</description>
		<content:encoded><![CDATA[<p>Hey John, </p>
<p>Google is pushing more towards big brands and paid search. There are even some gross cases where the first organic (aka FREE) listing isn&#8217;t even above the fold!</p>
<p>Google is looking out for #1, themselves, and pushing an easy-to-use cash generator to millions of business makes sense for their bottom line.</p>
<p>I agree with you totally. </p>
<p>It&#8217;s going to hurt the selling process and undermine what agencies do, when &#8220;I can do the &#8220;same&#8221; thing in 5 minutes&#8221;</p>
<p>Plus G is going to collect the millions in under optimized ad spend&#8230;</p>
<p>I think the &#8220;do no evil&#8221; era is sadly over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AdWords Express: Good or Bad for Small Business? by Vena Jensen</title>
		<link>http://www.rlmseo.com/blog/adwords-express-good-or-bad-for-small-business/#comment-2871</link>
		<dc:creator>Vena Jensen</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=2005#comment-2871</guid>
		<description>Thank you for this video. I came to the same conclusion myself, nice to know you agree. I think &quot;prospects&quot; will understand after viewing this segment.</description>
		<content:encoded><![CDATA[<p>Thank you for this video. I came to the same conclusion myself, nice to know you agree. I think &#8220;prospects&#8221; will understand after viewing this segment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess Rewrite www by jcrens8392</title>
		<link>http://www.rlmseo.com/blog/htaccess-rewrite-www/#comment-1838</link>
		<dc:creator>jcrens8392</dc:creator>
		<pubDate>Thu, 19 Jan 2012 17:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/blog/?p=693#comment-1838</guid>
		<description>No problem Andrew, glad it helped!</description>
		<content:encoded><![CDATA[<p>No problem Andrew, glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the &#8220;More&#8221; Tag on WordPress Pages by vp</title>
		<link>http://www.rlmseo.com/blog/read-more-link-on-wordpress-pages/#comment-1607</link>
		<dc:creator>vp</dc:creator>
		<pubDate>Wed, 18 Jan 2012 17:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=215#comment-1607</guid>
		<description>in which file do you add this php code</description>
		<content:encoded><![CDATA[<p>in which file do you add this php code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Library: 77 Free Scripts, Addons, Tutorials and Videos by Joost van Veen</title>
		<link>http://www.rlmseo.com/blog/codeigniter-library-80-free-addons-tutorials-and-videos/#comment-1337</link>
		<dc:creator>Joost van Veen</dc:creator>
		<pubDate>Tue, 17 Jan 2012 19:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/blog/?p=887#comment-1337</guid>
		<description>If you&#039;re intersted in video tutorials you may want to check out http://codeigniter.tv. It features Codeigniter video tutorials.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re intersted in video tutorials you may want to check out <a href="http://codeigniter.tv" rel="nofollow">http://codeigniter.tv</a>. It features Codeigniter video tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Images Attached to a Post by Wigid</title>
		<link>http://www.rlmseo.com/blog/get-images-attached-to-post/#comment-634</link>
		<dc:creator>Wigid</dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=320#comment-634</guid>
		<description>Hi Keith
nice solution you have, I also find other solution
just adding  
global $post, $posts; 
under the function name
example
function bdw_get_images() {
  global $post, $posts;

should be works</description>
		<content:encoded><![CDATA[<p>Hi Keith<br />
nice solution you have, I also find other solution<br />
just adding<br />
global $post, $posts;<br />
under the function name<br />
example<br />
function bdw_get_images() {<br />
  global $post, $posts;</p>
<p>should be works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a Favicon to your WordPress Blog by Philip</title>
		<link>http://www.rlmseo.com/blog/add-favicon-to-wordpress-blog/#comment-436</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 05 Nov 2011 05:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=514#comment-436</guid>
		<description>I spend 2 hours a day for 3 days trying to get my favicon fixed right next to my url but find no luck as instructions on other sites are not so clear.
John you&#039;re the man!!! Thank a lot man!!! this link that you provided here &quot;&lt;link rel=&quot;shortcut icon&quot; href=&quot;/favicon.ico&quot; is the only one that worked for me.</description>
		<content:encoded><![CDATA[<p>I spend 2 hours a day for 3 days trying to get my favicon fixed right next to my url but find no luck as instructions on other sites are not so clear.<br />
John you&#8217;re the man!!! Thank a lot man!!! this link that you provided here &#8220;&lt;link rel=&quot;shortcut icon&quot; href=&quot;/favicon.ico&#8221; is the only one that worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Turn Off Comments in WordPress by sandra</title>
		<link>http://www.rlmseo.com/blog/turn-off-comments/#comment-46</link>
		<dc:creator>sandra</dc:creator>
		<pubDate>Mon, 31 Oct 2011 17:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/turn-off-comments/#comment-46</guid>
		<description>No apparently it doesn&#039;t work on Wordpress.com.  However I have purchased a premium theme for my Wordpress.org blog, and I am wondering if I can also use the same theme for my Wordpress.org blog....anyone got any ideas about how to do that?</description>
		<content:encoded><![CDATA[<p>No apparently it doesn&#8217;t work on WordPress.com.  However I have purchased a premium theme for my WordPress.org blog, and I am wondering if I can also use the same theme for my WordPress.org blog&#8230;.anyone got any ideas about how to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Require Login for WordPress Pages by Mark</title>
		<link>http://www.rlmseo.com/blog/require-login-for-wordpress-pages/#comment-482</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 28 Oct 2011 05:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=546#comment-482</guid>
		<description>Thanks for clarifying &quot;private&quot; visibility on a wordpress page.  I was hoping it allowed logged-in users to view those pages.</description>
		<content:encoded><![CDATA[<p>Thanks for clarifying &#8220;private&#8221; visibility on a wordpress page.  I was hoping it allowed logged-in users to view those pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Turn Off Comments in WordPress by inbal</title>
		<link>http://www.rlmseo.com/blog/turn-off-comments/#comment-45</link>
		<dc:creator>inbal</dc:creator>
		<pubDate>Sun, 23 Oct 2011 22:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/turn-off-comments/#comment-45</guid>
		<description>does this work on wordpress.com?
where can I find the index.php?</description>
		<content:encoded><![CDATA[<p>does this work on wordpress.com?<br />
where can I find the index.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wphackr.com is now RLMSeo.com by Ryan</title>
		<link>http://www.rlmseo.com/blog/wphackr-com-is-now-rlmseo-com/#comment-512</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 17 Oct 2011 21:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/blog/?p=828#comment-512</guid>
		<description>Did you have any luck switching from simple:press to bbpress? Did you have to do it manually or did you write a script to facilitate? I&#039;m currently in the process of making the switch and haven&#039;t found a simple solution.

Let me know ! thanks!

Ryan</description>
		<content:encoded><![CDATA[<p>Did you have any luck switching from simple:press to bbpress? Did you have to do it manually or did you write a script to facilitate? I&#8217;m currently in the process of making the switch and haven&#8217;t found a simple solution.</p>
<p>Let me know ! thanks!</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Require Login for WordPress Pages by Dan Henderson</title>
		<link>http://www.rlmseo.com/blog/require-login-for-wordpress-pages/#comment-481</link>
		<dc:creator>Dan Henderson</dc:creator>
		<pubDate>Sat, 15 Oct 2011 22:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=546#comment-481</guid>
		<description>Thanks heaps...was a little unhappy when I realised making a page private hides from menus etc, but this fixed it up in 30 seconds.</description>
		<content:encoded><![CDATA[<p>Thanks heaps&#8230;was a little unhappy when I realised making a page private hides from menus etc, but this fixed it up in 30 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Excerpt Size Dynamically by mike8</title>
		<link>http://www.rlmseo.com/blog/changing-excerpt-size-dynamically/#comment-63</link>
		<dc:creator>mike8</dc:creator>
		<pubDate>Thu, 13 Oct 2011 22:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/changing-excerpt-size-dynamically/#comment-63</guid>
		<description>Man that was very useful... It worked nice but i have a small issue.
When the last letter displayed by the excerpt contain an accent ( my site will be in french) , i have some random code instead.

Example : fabriqué becomes fabriqu� 

Thx for your help.</description>
		<content:encoded><![CDATA[<p>Man that was very useful&#8230; It worked nice but i have a small issue.<br />
When the last letter displayed by the excerpt contain an accent ( my site will be in french) , i have some random code instead.</p>
<p>Example : fabriqué becomes fabriqu� </p>
<p>Thx for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove &#8220;Briefly Unavailable for Scheduled Maintenance&#8221; Message by Array &#171; AmaBlogger.com</title>
		<link>http://www.rlmseo.com/blog/briefly-unavailable-for-scheduled-maintenance/#comment-327</link>
		<dc:creator>Array &#171; AmaBlogger.com</dc:creator>
		<pubDate>Tue, 11 Oct 2011 12:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=331#comment-327</guid>
		<description>[...] Anywho, the solution was much&#8230;much&#8230;simpler than that and was found on an SEO Website called RazorLight Media. [...] </description>
		<content:encoded><![CDATA[<p>[...] Anywho, the solution was much&#8230;much&#8230;simpler than that and was found on an SEO Website called RazorLight Media. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Require Login for WordPress Pages by Rob</title>
		<link>http://www.rlmseo.com/blog/require-login-for-wordpress-pages/#comment-480</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 06 Oct 2011 11:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=546#comment-480</guid>
		<description>Hi,
What I&#039;m looking for is that users get a login page. When they are logged in they should get redirected to this template page. Do you know how I can get this login page without letting the users getting acces to the dashboard?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What I&#8217;m looking for is that users get a login page. When they are logged in they should get redirected to this template page. Do you know how I can get this login page without letting the users getting acces to the dashboard?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

