<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Ajaxed WordPress - Topic: Can't Paginate Posts within Custom Template Page</title>
	<link>http://ajaxedwp.com/forum/general-support/cant-paginate-posts-within-custom-template-page</link>
	<description><![CDATA[Most popular AJAX plugin for WordPress]]></description>
	<generator>Simple:Press Forum Version 4.0.0</generator>
	<atom:link href="http://ajaxedwp.com/forum?general-support&#038;cant-paginate-posts-within-custom-template-page&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Aaron on Can't Paginate Posts within Custom Template Page</title>
	<link>http://ajaxedwp.com/forum/general-support/cant-paginate-posts-within-custom-template-page/#p386</link>
	<category>General Support</category>
	<guid isPermaLink="true">http://ajaxedwp.com/forum/general-support/cant-paginate-posts-within-custom-template-page/#p386</guid>
	<description><![CDATA[AWP is automatically disabled on normal pages, so you have to tell AWP that it should act like it is on an archive page. 

If I remember correctly, add the following to your code just before the custom loop.



<ol class='code_child' style='overflow:none' ><li class="alt"><code>&#60;?php global $wp_query;</code></li><li ><code>$wp_query-&#62;is_page = false;</code></li><li class="alt"><code>$wp_query-&#62;is_archive = true;?&#62;</code></li></ol>


]]></description>
	<pubDate>Wed, 29 Jul 2009 15:40:20 +0000</pubDate>
</item>
<item>
	<title>jove on Can't Paginate Posts within Custom Template Page</title>
	<link>http://ajaxedwp.com/forum/general-support/cant-paginate-posts-within-custom-template-page/#p377</link>
	<category>General Support</category>
	<guid isPermaLink="true">http://ajaxedwp.com/forum/general-support/cant-paginate-posts-within-custom-template-page/#p377</guid>
	<description><![CDATA[<p>Hello,</p>
<br />
<p>I&#39;m making a site using a custom template page that i made. it&#39;s basically the same as the example given here: <a href="http://codex.wordpress.org/Pages#A_Page_of_Posts" rel="nofollow" target="_blank">http://codex.wordpress.org/Pag.....e_of_Posts</a>.</p>
<br />
<p>Anyhow, Id love to have the Inline Posts function to work, but for some reason it won&#39;t work on my custom page. It will though work on my index and archive page.... so not exactly sure the issue.</p>
<br />
<p>Any help would be much appreciated.</p>
<br />
<p>Thanks!!</p>
]]></description>
	<pubDate>Sun, 26 Jul 2009 21:52:19 +0000</pubDate>
</item>
</channel>
</rss>