<?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: Fetching posts in WordPress and ExpressionEngine with jQuery and AJAX</title>
	<atom:link href="http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/</link>
	<description>Web design &#38; development and print design services located in The Gap, Brisbane</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:43:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: valentina</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-3183</link>
		<dc:creator>valentina</dc:creator>
		<pubDate>Thu, 24 Nov 2011 10:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-3183</guid>
		<description>You’ve reason, I forgot the ajax-content, so I’ve put the code of the “retrieve posts” template inside of this div, like this:

&lt;code&gt;&lt;a href=&quot;&quot;&gt;Read the rest of this entry &#187;&lt;/a&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You’ve reason, I forgot the ajax-content, so I’ve put the code of the “retrieve posts” template inside of this div, like this:</p>
<p><code>&lt;a href=&quot;"&gt;Read the rest of this entry &raquo;&lt;/a></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-3179</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-3179</guid>
		<description>There&#039;s quite likely a lot of problems cos you&#039;ve got stuff all over the place (including stuff above your doctype which is going to screw the rendering in IE), but the first one I saw is that the jQuery code I wrote is looking for an anchor with a class of &lt;code&gt;.ajax-link&lt;/code&gt; and you don&#039;t have one.</description>
		<content:encoded><![CDATA[<p>There&#8217;s quite likely a lot of problems cos you&#8217;ve got stuff all over the place (including stuff above your doctype which is going to screw the rendering in IE), but the first one I saw is that the jQuery code I wrote is looking for an anchor with a class of <code>.ajax-link</code> and you don&#8217;t have one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valentina</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-3178</link>
		<dc:creator>valentina</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-3178</guid>
		<description>You&#039;ve reason, sorry!
So, this&#039;s the web page http://www.arrasvalentina.it/w-prove/examples/

I&#039;ve create two template, the first &quot;retrieve posts&quot; with this code:

&lt;code&gt;&lt;a href=&quot;&quot;&gt;Read the rest of this entry &#187;&lt;/a&gt;&lt;/code&gt;

And the second template with the only code: 
&lt;code&gt;&lt;pre&gt;have_posts()) : $cat1-&gt;the_post(); $ajaxcount++; endwhile;
 $cat2 = new WP_Query( &#039;category_name=idee&amp;showposts=9999&#039;); while ($cat2-&gt;have_posts()) : $cat2-&gt;the_post(); 
 $ajaxcount++; endwhile; ?&gt;
    
  &lt;a href= &quot;&quot; &gt;Read the rest of this entry &#187;&lt;/a&gt;
    &lt;a href=&quot;/w-prove/category/storie/&quot; rel=&quot;nofollow&quot;&gt;Read more articles from this category&lt;/a&gt; 
&lt;/pre&gt;&lt;/code&gt;
And of course I&#039;ve put the script code before the close tag 
I&#039;m sorry for the long message but I can&#039;t understand! 
Thank you so much!</description>
		<content:encoded><![CDATA[<p>You&#8217;ve reason, sorry!<br />
So, this&#8217;s the web page <a href="http://www.arrasvalentina.it/w-prove/examples/" rel="nofollow">http://www.arrasvalentina.it/w-prove/examples/</a></p>
<p>I&#8217;ve create two template, the first &#8220;retrieve posts&#8221; with this code:</p>
<p><code>&lt;a href=&quot;"&gt;Read the rest of this entry &raquo;&lt;/a></code></p>
<p>And the second template with the only code:<br />
<code>
<pre>have_posts()) : $cat1-&gt;the_post(); $ajaxcount++; endwhile;
 $cat2 = new WP_Query( 'category_name=idee&amp;showposts=9999'); while ($cat2-&gt;have_posts()) : $cat2-&gt;the_post();
 $ajaxcount++; endwhile; ?&gt;

  &lt;a href= &quot;" &gt;Read the rest of this entry &raquo;&lt;/a>
    &lt;a href="/w-prove/category/storie/" rel="nofollow">Read more articles from this category&lt;/a>
</pre>
<p></code><br />
And of course I&#8217;ve put the script code before the close tag<br />
I&#8217;m sorry for the long message but I can&#8217;t understand!<br />
Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-3172</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Wed, 23 Nov 2011 20:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-3172</guid>
		<description>Hi Valentina, it&#039;s pretty hard to troubleshoot without seeing any code or a link to the page.</description>
		<content:encoded><![CDATA[<p>Hi Valentina, it&#8217;s pretty hard to troubleshoot without seeing any code or a link to the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valentina</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-3169</link>
		<dc:creator>valentina</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-3169</guid>
		<description>Hi, I&#039;ve created two page template like you said, put on my footer the script, but when I click on my Read more articles, it link me on the direct page content and so not upload the content without refreshing the actual page, sorry for my bad english!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve created two page template like you said, put on my footer the script, but when I click on my Read more articles, it link me on the direct page content and so not upload the content without refreshing the actual page, sorry for my bad english!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murphy</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-2903</link>
		<dc:creator>Murphy</dc:creator>
		<pubDate>Sun, 31 Jul 2011 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-2903</guid>
		<description>Excellent, thanks or sharing. This knowledge will come in VERY handy. Cheers</description>
		<content:encoded><![CDATA[<p>Excellent, thanks or sharing. This knowledge will come in VERY handy. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-2863</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Tue, 28 Jun 2011 10:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-2863</guid>
		<description>Impossible to tell Anish without seeing your code. Debugging code isn&#039;t ideally suited to the comments; you&#039;d be better off posting a question on a site like Stack Overflow or something similar.</description>
		<content:encoded><![CDATA[<p>Impossible to tell Anish without seeing your code. Debugging code isn&#8217;t ideally suited to the comments; you&#8217;d be better off posting a question on a site like Stack Overflow or something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish Ninan</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-2862</link>
		<dc:creator>Anish Ninan</dc:creator>
		<pubDate>Tue, 28 Jun 2011 10:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-2862</guid>
		<description>Very nice tutorial.. Help one. Everything is working fine except that i can&#039;t fetch the images inside a post.. How is it possible to fetch the images also</description>
		<content:encoded><![CDATA[<p>Very nice tutorial.. Help one. Everything is working fine except that i can&#8217;t fetch the images inside a post.. How is it possible to fetch the images also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-2837</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 17 May 2011 20:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-2837</guid>
		<description>I&#039;m having trouble getting this work in Wordpress 3+ ... Anyone have any ideas what i could do to make it work? OR is there another plugin that does this for the new version of WP? Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble getting this work in WordPress 3+ &#8230; Anyone have any ideas what i could do to make it work? OR is there another plugin that does this for the new version of WP? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip</title>
		<link>http://www.tyssendesign.com.au/articles/cms/fetching-posts-in-wordpress-expressionengine-with-jquery-ajax/comment-page-2/#comment-2826</link>
		<dc:creator>Chip</dc:creator>
		<pubDate>Thu, 21 Apr 2011 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=308#comment-2826</guid>
		<description>I&#039;m coming to this party a little late...

So the way I understand it is that everything under &lt;b&gt;THE POST-RETRIEVAL TEMPLATE&lt;/b&gt; goes into it&#039;s own template file with file extension .php and uploaded to the main directory of the WP theme. 

Next the three snipets of code under &lt;b&gt;THE POST-DISPLAY TEMPLATE&lt;/b&gt; go into it&#039;s own template file with file extension .php and uploaded to the main directory of the WP theme. 

Of course setting the proper parameters in each one.

Then in WP, the page that you want to use this template, will use the post-display template?

If this is all correct, then I think I might be doing something wrong, as I&#039;m not getting anything to work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m coming to this party a little late&#8230;</p>
<p>So the way I understand it is that everything under <b>THE POST-RETRIEVAL TEMPLATE</b> goes into it&#8217;s own template file with file extension .php and uploaded to the main directory of the WP theme. </p>
<p>Next the three snipets of code under <b>THE POST-DISPLAY TEMPLATE</b> go into it&#8217;s own template file with file extension .php and uploaded to the main directory of the WP theme. </p>
<p>Of course setting the proper parameters in each one.</p>
<p>Then in WP, the page that you want to use this template, will use the post-display template?</p>
<p>If this is all correct, then I think I might be doing something wrong, as I&#8217;m not getting anything to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

