<?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>About Web Development by Activo &#187; iNove</title>
	<atom:link href="http://www.activoinc.com/blog/tag/inove/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Wed, 24 Nov 2010 00:25:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating iNove to work with KeywordLuv plugin</title>
		<link>http://www.activoinc.com/blog/2009/10/05/updating-inove-to-work-with-keywordluv-plugin/</link>
		<comments>http://www.activoinc.com/blog/2009/10/05/updating-inove-to-work-with-keywordluv-plugin/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:00:33 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[iNove]]></category>
		<category><![CDATA[KeywordLuv]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=347</guid>
		<description><![CDATA[Last week I discussed a new wordpress plugin that got me excited: KeywordLuv. I also promised to show you how I fixed the issue with iNove theme. Here it goes:

The main issue is that the iNove theme uses the get_comment_author_url() and the KeywordLuv works on a different method, the get_comment_author_link(). So, here are the steps [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I discussed a new <a href="http://www.activoinc.com/blog/2009/10/02/keywordluv-a-must-have-wordpress-plugin">wordpress plugin that got me excited: KeywordLuv</a>. I also promised to show you how I fixed the issue with <a href="http://wordpress.org/extend/themes/inove">iNove theme</a>. Here it goes:</p>
<p><img class="aligncenter size-full wp-image-351" title="fixing-inove-toolbox" src="http://www.activoinc.com/blog/wp-content/uploads/2009/10/fixing-inove-toolbox.jpg" alt="fixing-inove-toolbox" width="500" height="250" /></p>
<p>The main issue is that the iNove theme uses the <strong>get_comment_author_url()</strong> and the <a href="http://www.scratch99.com/wordpress-plugin-keywordluv/">KeywordLuv</a> works on a different method, the <strong>get_comment_author_link(). </strong>So, here are the steps to update your iNove theme in a way that the author will show the Author name and the keywords properly:</p>
<ol>
<li>Go to your Wordpress admin area</li>
<li>Install the DoFollow plugin</li>
<li>Install the KeywordLuv plugin</li>
<li>Go to the Appearance tab</li>
<li>Click on the Editor (Themes Editor for wordpress)</li>
<li>Click on the &#8216;<em><strong>Theme Functions</strong></em>&#8216; file (functions.php)</li>
<li>Look for these lines of code around line 230:<br />
<code><br />
&lt;?php if (get_comment_author_url()) : ?&gt;<br />
&lt;a id="commentauthor-&lt;?php comment_ID() ?&gt;" href="&lt;?php comment_author_url() ?&gt;" rel="external nofollow"&gt;<br />
&lt;?php else : ?&gt;<br />
&lt;span id="commentauthor-&lt;?php comment_ID() ?&gt;"&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;?php comment_author(); ?&gt;<br />
&lt;?php if(get_comment_author_url()) : ?&gt;<br />
&lt;/a&gt;<br />
&lt;?php else : ?&gt;<br />
&lt;/span&gt;<br />
&lt;?php endif; ?&gt;</code></li>
<li>Erase the above lines and instead insert the following code:<br />
<code><br />
&lt;?php echo get_comment_author_link(); ?&gt;</code></li>
<li>Save by clicking the &#8216;update file&#8217; &amp; check your work</li>
</ol>
<p>That should do it. Notice that this site already has it installed and working properly. Disclaimer: the steps above are provided with the intention that it may fix an issue &#8211; there is by no means a guarantee. Each blog is slightly different.</p>
<p>Let me know how this worked out for you.</p>
<h3  class="related_post_title">Most Commected Posts</h3><ul class="related_post"><li>April 13, 2008 -- <a href="http://www.activoinc.com/blog/2008/04/13/about-linux-distros-ubuntu-and-centos/" title="About Linux Distros: Ubuntu and CentOS">About Linux Distros: Ubuntu and CentOS</a> (9)</li><li>October 2, 2009 -- <a href="http://www.activoinc.com/blog/2009/10/02/keywordluv-a-must-have-wordpress-plugin/" title="KeywordLuv: a must have wordpress plugin">KeywordLuv: a must have wordpress plugin</a> (7)</li><li>March 10, 2008 -- <a href="http://www.activoinc.com/blog/2008/03/10/10-key-search-engine-optimization-items-feeding-the-spiders/" title="10 Key Search Engine Optimization Items &#8211; Feeding the Spiders">10 Key Search Engine Optimization Items &#8211; Feeding the Spiders</a> (5)</li><li>October 5, 2009 -- <a href="http://www.activoinc.com/blog/2009/10/05/updating-inove-to-work-with-keywordluv-plugin/" title="Updating iNove to work with KeywordLuv plugin">Updating iNove to work with KeywordLuv plugin</a> (5)</li><li>August 19, 2008 -- <a href="http://www.activoinc.com/blog/2008/08/19/5-missing-features-preventing-joomla-cms-from-entering-the-enterprise-cms-market/" title="5 Missing Features Preventing Joomla! CMS from Entering the Enterprise CMS Market">5 Missing Features Preventing Joomla! CMS from Entering the Enterprise CMS Market</a> (3)</li><li>August 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/08/25/zencart-ver-1-4-looking-ahead/" title="Looking Ahead: ZenCart ver 1.4">Looking Ahead: ZenCart ver 1.4</a> (3)</li><li>September 25, 2009 -- <a href="http://www.activoinc.com/blog/2009/09/25/magentos-order-management-workflow-comprehensive-but-unrealistic/" title="Magento&#8217;s Order Management Workflow: Comprehensive but Unrealistic">Magento&#8217;s Order Management Workflow: Comprehensive but Unrealistic</a> (3)</li><li>October 15, 2009 -- <a href="http://www.activoinc.com/blog/2009/10/15/zencart-1-3-8-and-php-5-2-11-bug-problem-login-to-admin-area/" title="ZenCart 1.3.8 and PHP 5.2.11 Bug: problem login to admin area">ZenCart 1.3.8 and PHP 5.2.11 Bug: problem login to admin area</a> (3)</li><li>November 26, 2009 -- <a href="http://www.activoinc.com/blog/2009/11/26/3-interesting-trends-in-web-browsers/" title="3 Interesting Trends in Web Browsers">3 Interesting Trends in Web Browsers</a> (3)</li><li>July 29, 2007 -- <a href="http://www.activoinc.com/blog/2007/07/29/why-we-chose-eventum-over-any-other-issue-tracking-system/" title="Why we chose Eventum over any other issue tracking system?">Why we chose Eventum over any other issue tracking system?</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2009/10/05/updating-inove-to-work-with-keywordluv-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

