<?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 on: AjaxBerlee 1.3a WordPress Theme</title>
	<atom:link href="http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/</link>
	<description>a digital portfolio</description>
	<lastBuildDate>Mon, 15 Feb 2010 08:42:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Administrative Assistant Las Vegas</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-4/#comment-60707</link>
		<dc:creator>Administrative Assistant Las Vegas</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60707</guid>
		<description>I like the clever way of the author’s use of words in this post… I hope to see more of your post in the future… Its very entertaining…</description>
		<content:encoded><![CDATA[<p>I like the clever way of the author’s use of words in this post… I hope to see more of your post in the future… Its very entertaining…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-4/#comment-60669</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60669</guid>
		<description>I&#039;m having problems with Tags. 

I disabled the Ajax Connector Framework because I don&#039;t like the added # signs in URLs but it seems to have messed up some tag stuff. 

At first I was having an issue with tag pages showing up. Whenever I pressed a tag it would take me to a page with a Fatal error on it. I fixed it by removing a piece of code, now the tag pages show up. 

Now I&#039;m having a problem with tags showing up on my single post pages. For some reason it won&#039;t show the TAG(s): tag1,tag2,tag3 list under Filed Under and I can&#039;t figure out why. I think it has something to do with the statement:



but when I removed it it creates a fatal error for the post. I also tried to replace the entire string: 

TAG(s): 

with 



to see if it was the UTW_ShowTagsForCurrentPost that was causing the problem but that created a fatal error as well. 

Please help me get tags to show on my Single Posts because I don&#039;t want to have to use a MASSIVE tag cloud for this site.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems with Tags. </p>
<p>I disabled the Ajax Connector Framework because I don&#8217;t like the added # signs in URLs but it seems to have messed up some tag stuff. </p>
<p>At first I was having an issue with tag pages showing up. Whenever I pressed a tag it would take me to a page with a Fatal error on it. I fixed it by removing a piece of code, now the tag pages show up. </p>
<p>Now I&#8217;m having a problem with tags showing up on my single post pages. For some reason it won&#8217;t show the TAG(s): tag1,tag2,tag3 list under Filed Under and I can&#8217;t figure out why. I think it has something to do with the statement:</p>
<p>but when I removed it it creates a fatal error for the post. I also tried to replace the entire string: </p>
<p>TAG(s): </p>
<p>with </p>
<p>to see if it was the UTW_ShowTagsForCurrentPost that was causing the problem but that created a fatal error as well. </p>
<p>Please help me get tags to show on my Single Posts because I don&#8217;t want to have to use a MASSIVE tag cloud for this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-4/#comment-60668</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60668</guid>
		<description>is there a way to separate  theme from the Wp Ajax Connector?
Your template is cool but I want to be able to install and use your tecnology in many templates.
this is not simple just beacause the scheme (right sidebar, etc..).
Thanks!</description>
		<content:encoded><![CDATA[<p>is there a way to separate  theme from the Wp Ajax Connector?<br />
Your template is cool but I want to be able to install and use your tecnology in many templates.<br />
this is not simple just beacause the scheme (right sidebar, etc..).<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CYTech</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-4/#comment-60645</link>
		<dc:creator>CYTech</dc:creator>
		<pubDate>Thu, 14 Jan 2010 03:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60645</guid>
		<description>Actually I just got the theme working on PHP 5.3.1.

You just need to change &quot;if (!session_is_registered(&quot;from_frontpage&quot;))&quot; without the quotes in files acf-functions.php, acf.php and ajax.php to &quot;if ( !empty($_SESSION[&#039;from_frontpage&#039;]) )&quot; without the quotes.</description>
		<content:encoded><![CDATA[<p>Actually I just got the theme working on PHP 5.3.1.</p>
<p>You just need to change &#8220;if (!session_is_registered(&#8220;from_frontpage&#8221;))&#8221; without the quotes in files acf-functions.php, acf.php and ajax.php to &#8220;if ( !empty($_SESSION['from_frontpage']) )&#8221; without the quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CYTech</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-60644</link>
		<dc:creator>CYTech</dc:creator>
		<pubDate>Thu, 14 Jan 2010 03:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60644</guid>
		<description>This theme does not work with PHP 5.3.1</description>
		<content:encoded><![CDATA[<p>This theme does not work with PHP 5.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-60637</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-60637</guid>
		<description>cool search here.</description>
		<content:encoded><![CDATA[<p>cool search here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bolo</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-59969</link>
		<dc:creator>bolo</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-59969</guid>
		<description>Cool theme!</description>
		<content:encoded><![CDATA[<p>Cool theme!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakskneef</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-59799</link>
		<dc:creator>Hakskneef</dc:creator>
		<pubDate>Sun, 06 Sep 2009 08:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-59799</guid>
		<description>?? ??? ??? ?? ?????? ??? ?????? ????????? ??? ???? ???????? ??????? ????? =)
&lt;a href=&quot;http://club-love-tits.ru&quot; rel=&quot;nofollow&quot;&gt;http://www.save-img.com/host/pic_b/d80157d6ced1ae8c33f4714464995c9f.jpg&lt;/a&gt;
???? ?????, &lt;a href=&quot;http://zhestokiy-seks.top-porno-top.ru/map.html&quot; rel=&quot;nofollow&quot;&gt;??????? ????&lt;/a&gt; , ???? ??????
?????? ??????, &lt;a href=&quot;http://zdorovye-siski.top-porno-top.ru/map.html&quot; rel=&quot;nofollow&quot;&gt;?????? ?????????&lt;/a&gt; , ??????? ?????? ??????
sutra ????, &lt;a href=&quot;http://huy-negra.top-porno-top.ru/map.html&quot; rel=&quot;nofollow&quot;&gt;??????? ???&lt;/a&gt; , ????? ???
????? ????? ????????, &lt;a href=&quot;http://volosnya-pizdy.top-porno-top.ru/map.html&quot; rel=&quot;nofollow&quot;&gt;???????? ????? ??????&lt;/a&gt; , ????? ?????
???????? ??????, &lt;a href=&quot;http://siska-slavy.top-porno-top.ru/map.html&quot; rel=&quot;nofollow&quot;&gt;???? ?????? ?????&lt;/a&gt; , ??????? ?????? ????? ???????</description>
		<content:encoded><![CDATA[<p>?? ??? ??? ?? ?????? ??? ?????? ????????? ??? ???? ???????? ??????? ????? =)<br />
<a href="http://club-love-tits.ru" rel="nofollow">http://www.save-img.com/host/pic_b/d80157d6ced1ae8c33f4714464995c9f.jpg</a><br />
???? ?????, <a href="http://zhestokiy-seks.top-porno-top.ru/map.html" rel="nofollow">??????? ????</a> , ???? ??????<br />
?????? ??????, <a href="http://zdorovye-siski.top-porno-top.ru/map.html" rel="nofollow">?????? ?????????</a> , ??????? ?????? ??????<br />
sutra ????, <a href="http://huy-negra.top-porno-top.ru/map.html" rel="nofollow">??????? ???</a> , ????? ???<br />
????? ????? ????????, <a href="http://volosnya-pizdy.top-porno-top.ru/map.html" rel="nofollow">???????? ????? ??????</a> , ????? ?????<br />
???????? ??????, <a href="http://siska-slavy.top-porno-top.ru/map.html" rel="nofollow">???? ?????? ?????</a> , ??????? ?????? ????? ???????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elaineduh</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-59763</link>
		<dc:creator>elaineduh</dc:creator>
		<pubDate>Wed, 02 Sep 2009 10:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-59763</guid>
		<description>Fast Find out more about  sexual health cheap ed treatment at the online pills site   No prescription required - buy viagara  pills now.
___________________________
&lt;a href=&quot;http://vigara.infocilias.info/viagera&quot; rel=&quot;nofollow&quot;&gt;viagera  nz &lt;/a&gt; &lt;a href=&quot;http://viagara.infocilias.info/cealis&quot; rel=&quot;nofollow&quot;&gt;cealis super &lt;/a&gt; &lt;a href=&quot;http://vigra.infocilias.info/viagara&quot; rel=&quot;nofollow&quot;&gt;viagara purchase &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Fast Find out more about  sexual health cheap ed treatment at the online pills site   No prescription required &#8211; buy viagara  pills now.<br />
___________________________<br />
<a href="http://vigara.infocilias.info/viagera" rel="nofollow">viagera  nz </a> <a href="http://viagara.infocilias.info/cealis" rel="nofollow">cealis super </a> <a href="http://vigra.infocilias.info/viagara" rel="nofollow">viagara purchase </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josephine</title>
		<link>http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/comment-page-3/#comment-59743</link>
		<dc:creator>Josephine</dc:creator>
		<pubDate>Mon, 31 Aug 2009 00:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://nico.berlee.nl/ajaxberlee-13-wordpress-theme/#comment-59743</guid>
		<description>I loved reading this and I dont really like to read :)</description>
		<content:encoded><![CDATA[<p>I loved reading this and I dont really like to read <img src='http://nico.berlee.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
