<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Salmon Wordpress Theme</title>
	<link>http://www.justinshattuck.com/2007/04/11/salmon/</link>
	<description>mental diuretic</description>
	<pubDate>Tue, 20 May 2008 18:43:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Anthony C</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-95682</link>
		<pubDate>Thu, 17 Apr 2008 22:34:00 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-95682</guid>
					<description>I download your theme and installed it but upon loading the page I get the following error:

Parse error: syntax error, unexpected T_ENDWHILE in C:\wamp\www\WORDPRESS\wp-content\themes\salmon-10\index.php on line 44

I've commented that line and then it follows with other errors as well.

I however not example sites running fine. Do I have an out of date version or is there any bug fixes I could work from to correct this.</description>
		<content:encoded><![CDATA[<p>I download your theme and installed it but upon loading the page I get the following error:</p>
<p>Parse error: syntax error, unexpected T_ENDWHILE in C:\wamp\www\WORDPRESS\wp-content\themes\salmon-10\index.php on line 44</p>
<p>I&#8217;ve commented that line and then it follows with other errors as well.</p>
<p>I however not example sites running fine. Do I have an out of date version or is there any bug fixes I could work from to correct this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: richard</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-77608</link>
		<pubDate>Tue, 18 Mar 2008 07:33:24 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-77608</guid>
					<description>muy bueno!</description>
		<content:encoded><![CDATA[<p>muy bueno!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: WordPress Theme: Salmon &#124; MUIOMUIO.NET</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-74349</link>
		<pubDate>Wed, 05 Mar 2008 20:22:40 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-74349</guid>
					<description>[...] Salmon é um tema para WordPress desenvolvido por Justin Shattock que possui um excelente jogo de cores que lhe atribui um aspecto algo profissional. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Salmon é um tema para WordPress desenvolvido por Justin Shattock que possui um excelente jogo de cores que lhe atribui um aspecto algo profissional. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: 8hitz</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-71248</link>
		<pubDate>Sun, 24 Feb 2008 10:03:10 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-71248</guid>
					<description>Thanks for nice theme :)</description>
		<content:encoded><![CDATA[<p>Thanks for nice theme :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Gallery Theme WordPress loại 2 cột &#124; Việt Tutorial</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-65729</link>
		<pubDate>Sun, 03 Feb 2008 15:47:33 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-65729</guid>
					<description>[...] Source &#124; Download &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Source | Download | Demo [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Best (Free) Wordpress Thems of 2007</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-55599</link>
		<pubDate>Sat, 05 Jan 2008 19:58:45 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-55599</guid>
					<description>[...] 13. Salmon by DesignDisease No Preview / Direct Download [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 13. Salmon by DesignDisease No Preview / Direct Download [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jesus Presley</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-55448</link>
		<pubDate>Sat, 05 Jan 2008 01:44:10 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-55448</guid>
					<description>Hello Annie, hello Justin, hello world.

Here is the working solution i figured out:

1. Search results:
Change the file header.php (in the theme folder) on line 115 from:
input name="search" class="keyword"
to:
input name="s" class="keyword"
...but leave the rest.

2. Archive page:
Change the file archive.php (NOT archives.php!!!) on line 43 - Delete the line that reads:
(li)(?php akst_share_link(); ?)(/li)

3. Prev and Next (Call to undefined function: akst_share_link()):
Like #2 - Change the file search.php on line 41 - Delete the line that reads:
(li)(?php akst_share_link(); ?)(/li)

Think of round brackets () as edgy HTML brackets 

Gret Theme, still! Maybe I will upload my design too, with regarding to your work, Justin - If you don't mind.</description>
		<content:encoded><![CDATA[<p>Hello Annie, hello Justin, hello world.</p>
<p>Here is the working solution i figured out:</p>
<p>1. Search results:<br />
Change the file header.php (in the theme folder) on line 115 from:<br />
input name=&#8221;search&#8221; class=&#8221;keyword&#8221;<br />
to:<br />
input name=&#8221;s&#8221; class=&#8221;keyword&#8221;<br />
&#8230;but leave the rest.</p>
<p>2. Archive page:<br />
Change the file archive.php (NOT archives.php!!!) on line 43 - Delete the line that reads:<br />
(li)(?php akst_share_link(); ?)(/li)</p>
<p>3. Prev and Next (Call to undefined function: akst_share_link()):<br />
Like #2 - Change the file search.php on line 41 - Delete the line that reads:<br />
(li)(?php akst_share_link(); ?)(/li)</p>
<p>Think of round brackets () as edgy HTML brackets </p>
<p>Gret Theme, still! Maybe I will upload my design too, with regarding to your work, Justin - If you don&#8217;t mind.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jesus Presley</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-54911</link>
		<pubDate>Wed, 02 Jan 2008 01:38:45 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-54911</guid>
					<description>@ annie:

So, this is for the search results? But actually I can't find the regarded code in my index.php.

IMHO there are still these 3 issues unsolved:

1.Search results do not display

2. Archive page error message:
Fatal error: Call to undefined function: akst_share_link() in /html/blog/wp-content/themes/icecreamsalmon/archive.php on line 43

3. Prev and Next

Maybe we can try to findsolution for these together...?</description>
		<content:encoded><![CDATA[<p>@ annie:</p>
<p>So, this is for the search results? But actually I can&#8217;t find the regarded code in my index.php.</p>
<p>IMHO there are still these 3 issues unsolved:</p>
<p>1.Search results do not display</p>
<p>2. Archive page error message:<br />
Fatal error: Call to undefined function: akst_share_link() in /html/blog/wp-content/themes/icecreamsalmon/archive.php on line 43</p>
<p>3. Prev and Next</p>
<p>Maybe we can try to findsolution for these together&#8230;?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dungx-sg</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-51412</link>
		<pubDate>Thu, 13 Dec 2007 08:56:27 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-51412</guid>
					<description>I appreciate your efford to make a such cute theme!
I've looked so many themes but yours is the best of best!
There's some features i think you might to improve to make it get 1st theme (i always believe so!).
+Archive does not work(But in your site, it's terific!^^)
+"Readmore..." should be add to salmon theme!
+Category doesn't work

In my oponion, SALMON has a wonderful appearence (BEST) but it's not good at comon features (i'm very very sorry to say that :( )

I see everyone like themselves is unique! I have no bad idea to say: Your site is pretty beautiful and easy to use! You're master in using color! I wish SALMON would almost like this someday. 

Regards!</description>
		<content:encoded><![CDATA[<p>I appreciate your efford to make a such cute theme!<br />
I&#8217;ve looked so many themes but yours is the best of best!<br />
There&#8217;s some features i think you might to improve to make it get 1st theme (i always believe so!).<br />
+Archive does not work(But in your site, it&#8217;s terific!^^)<br />
+&#8221;Readmore&#8230;&#8221; should be add to salmon theme!<br />
+Category doesn&#8217;t work</p>
<p>In my oponion, SALMON has a wonderful appearence (BEST) but it&#8217;s not good at comon features (i&#8217;m very very sorry to say that :( )</p>
<p>I see everyone like themselves is unique! I have no bad idea to say: Your site is pretty beautiful and easy to use! You&#8217;re master in using color! I wish SALMON would almost like this someday. </p>
<p>Regards!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: &#160; Beautiful wordpress themes&#160;by&#160;MY Blog</title>
		<link>http://www.justinshattuck.com/2007/04/11/salmon/#comment-50876</link>
		<pubDate>Mon, 10 Dec 2007 16:06:01 +0000</pubDate>
		<guid>http://www.justinshattuck.com/2007/04/11/salmon/#comment-50876</guid>
					<description>[...] 6. Salmon One of most popular wordpress theme [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 6. Salmon One of most popular wordpress theme [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
