<?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: How To List All Posts Of An Archive, A Category Or A Search Result</title>
	<atom:link href="http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 22 May 2012 12:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4625</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 06 Jul 2010 20:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4625</guid>
		<description>Sorry Obaid, but we can&#039;t offer such a service ;)</description>
		<content:encoded><![CDATA[<p>Sorry Obaid, but we can't offer such a service <img src='http://wpengineer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obaid Mahmood</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4621</link>
		<dc:creator>Obaid Mahmood</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4621</guid>
		<description>Hi,
I need help to make sidebar widget (header-images) customized. Like already at this website in right side column, each widget has its own header image. I want the same on my blog can you please help me with this? If required i can provide you my coding also.

I appreciate your kind help in this regard.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need help to make sidebar widget (header-images) customized. Like already at this website in right side column, each widget has its own header image. I want the same on my blog can you please help me with this? If required i can provide you my coding also.</p>
<p>I appreciate your kind help in this regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milemann</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4594</link>
		<dc:creator>Milemann</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4594</guid>
		<description>ok! 
i&#039;ve got it.
I misunderstood the approach of your class ...

my other problem after update to 3.0
i have the query in the archive.php like:
$main_query = new WP_Query($query_string.&#039;&amp;post_status=publish,future&amp;order=ASC&#039;);
to show planned events.

i have a lot of future posts, when i want  to get month archives with future date:
http://192.168.178.25/bbgwp/?m=201009
wo3.0 redirected to 404
(in 2.9.2 it works pretty well)

do you have an idea how to fix it??</description>
		<content:encoded><![CDATA[<p>ok!<br />
i've got it.<br />
I misunderstood the approach of your class ...</p>
<p>my other problem after update to 3.0<br />
i have the query in the archive.php like:<br />
$main_query = new WP_Query($query_string.'&amp;post_status=publish,future&amp;order=ASC');<br />
to show planned events.</p>
<p>i have a lot of future posts, when i want  to get month archives with future date:<br />
<a href="http://192.168.178.25/bbgwp/?m=201009" rel="nofollow">http://192.168.178.25/bbgwp/?m=201009</a><br />
wo3.0 redirected to 404<br />
(in 2.9.2 it works pretty well)</p>
<p>do you have an idea how to fix it??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Scholz</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4593</link>
		<dc:creator>Thomas Scholz</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4593</guid>
		<description>@Milemann The link will be displayed only if you have more posts in the archive than the normal page shows. This is checked by:

$GLOBALS[&#039;wp_query&#039;]-&gt;found_posts &lt;= get_option(&#039;posts_per_page&#039;)

To force the link set the post per page option to a very low value.</description>
		<content:encoded><![CDATA[<p>@Milemann The link will be displayed only if you have more posts in the archive than the normal page shows. This is checked by:</p>
<p>$GLOBALS['wp_query']-&gt;found_posts &lt;= get_option(&#039;posts_per_page&#039;)</p>
<p>To force the link set the post per page option to a very low value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milemann</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4591</link>
		<dc:creator>Milemann</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4591</guid>
		<description>i&#039;ve put the class file into the template folder,
into funtions.php -
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR
    . &#039;class.View_All_Posts.php&#039;;
 into archive.php -
&quot;$GLOBALS[&#039;view_all_posts&#039;]-&gt;get_allposts_link();&quot;

does it mean that in this case all postlinks should appear on each archiv site?

i try to invoke the site with
http://192.168.178.25/bbgwp/?m=201006&amp;paged=all
even with
http://192.168.178.25/bbgwp/?m=201006

i dont see the any postlinks either any errors??</description>
		<content:encoded><![CDATA[<p>i've put the class file into the template folder,<br />
into funtions.php -<br />
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR<br />
    . 'class.View_All_Posts.php';<br />
 into archive.php -<br />
"$GLOBALS['view_all_posts']-&gt;get_allposts_link();"</p>
<p>does it mean that in this case all postlinks should appear on each archiv site?</p>
<p>i try to invoke the site with<br />
<a href="http://192.168.178.25/bbgwp/?m=201006&#038;paged=all" rel="nofollow">http://192.168.178.25/bbgwp/?m=201006&#038;paged=all</a><br />
even with<br />
<a href="http://192.168.178.25/bbgwp/?m=201006" rel="nofollow">http://192.168.178.25/bbgwp/?m=201006</a></p>
<p>i dont see the any postlinks either any errors??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Scholz</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4588</link>
		<dc:creator>Thomas Scholz</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4588</guid>
		<description>@Milemann Where don’t you see anything? On the result page “/?all”?

Do you get useful errors, when you turn error reporting on your wp-config.php?

define(&#039;WP_DEBUG&#039;, true);</description>
		<content:encoded><![CDATA[<p>@Milemann Where don’t you see anything? On the result page “/?all”?</p>
<p>Do you get useful errors, when you turn error reporting on your wp-config.php?</p>
<p>define('WP_DEBUG', true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milemann</title>
		<link>http://wpengineer.com/2031/how-to-list-all-posts-of-an-archive-a-category-or-a-search-result/#comment-4585</link>
		<dc:creator>Milemann</dc:creator>
		<pubDate>Tue, 29 Jun 2010 23:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2031#comment-4585</guid>
		<description>Hi Thomas!

looks realy good but ... it dosen&#039;t show anything on my test blogs...
i&#039;ve try it on wp3.0 and on wp2.9.2

btw ...
wp3.0 does not show posts with post_status=future even when i try to show it with:
...
$ main_query = new WP_Query ($ query_string. &#039;Category_name = Concerts &amp; post_status = publish, future &amp; order = ASC&#039;);
...</description>
		<content:encoded><![CDATA[<p>Hi Thomas!</p>
<p>looks realy good but ... it dosen't show anything on my test blogs...<br />
i've try it on wp3.0 and on wp2.9.2</p>
<p>btw ...<br />
wp3.0 does not show posts with post_status=future even when i try to show it with:<br />
...<br />
$ main_query = new WP_Query ($ query_string. 'Category_name = Concerts &amp; post_status = publish, future &amp; order = ASC');<br />
...</p>
]]></content:encoded>
	</item>
</channel>
</rss>

