<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel">
    <title>gmane.comp.web.wordpress.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44180"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44179"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44177"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44172"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44171"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44170"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189">
    <title>Re: ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189</link>
    <description>&lt;pre&gt;
This plugin may do what you want, or you might At least get some ideas from it:

http://wordpress.org/extend/plugins/bcms/

Two features to be aware of:

+ Wijax allows you to deliver any widget via ajax. You can lazy load the widget or fetch widgets from different sites. It adds a new endpoint to the perms link structure so that you can go to any post  permalink, add /wijax/encoded_name and get widgets relevant for that context. 

+ the post loop widget puts all the power if WP's post loop into a widget. You can get WP's default post for the given URL/permalink, select posts related to the default posts, or select an entirely different set of posts. 

Together, you can deliver a post or set of posts via ajax. 

--Casey Bisson


On May 21, 2012, at 5:06 AM, Roman Sharf &amp;lt;pencilking2002&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Casey Bisson</dc:creator>
    <dc:date>2012-05-21T23:09:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188">
    <title>Re: ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188</link>
    <description>&lt;pre&gt;There are specific hooks built-in to WordPress for handling ajax requests
whether you're on the front or backside of things. Check out the following
links for some information in to them. The WPSE link may put you on the
right path as it seems to be a working example close to what you're trying
to do.

http://codex.wordpress.org/AJAX
http://wordpress.stackexchange.com/questions/31321/post-will-not-load-via-ajax

On Mon, May 21, 2012 at 8:06 AM, Roman Sharf &amp;lt;pencilking2002&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>William Satterwhite</dc:creator>
    <dc:date>2012-05-21T12:19:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187">
    <title>ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187</link>
    <description>&lt;pre&gt;I have been trying to figure this one out for a while, but to no avail.

How can I I retrieve posts via ajax? Specifically, I would like to click a
button on a page, which would send an ajax request to another page which
has a custom loop and get the results back and spit them out. Also, do I
have to load the wordpress environment manually on the page I am requesting
from(So that the loop will work)?

Thank you in advance!

&lt;/pre&gt;</description>
    <dc:creator>Roman Sharf</dc:creator>
    <dc:date>2012-05-21T12:06:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186</link>
    <description>&lt;pre&gt;I missed the fact you were doing it on the Tag page, so yes, Using
$wp_query-&amp;gt;post_count is the right way to do it (And the last step in
my suggestion:))

On 21 May 2012 14:00, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-21T04:02:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185</link>
    <description>&lt;pre&gt;Actually I just used $wp_query-&amp;gt;post_count;

Works fine, on the tag.php template

-----Original Message-----
From: wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com
[mailto:wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com] On Behalf Of Dion Hulse
(dd32)
Sent: Sunday, May 20, 2012 8:12 PM
To: wp-hackers&amp;lt; at &amp;gt;lists.automattic.com
Subject: Re: [wp-hackers] getting post counts for multiple tags

In order to do that, you'd have to make a new WP_Query, query for the tag
intersections, probably limit it to 1 post, and look at the total count it
returns. You could save memory/query time by only asking for the ids of the
posts too.
You'd want to store the counts in a cache somehow, a transient would
probably suit best.

Of course, that's just my suggestion without resolving to using custom SQL.

On 21 May 2012 01:14, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
_______________________________________________
wp-hackers mailing list
wp-hackers&amp;lt; at &amp;gt;lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers
&lt;/pre&gt;</description>
    <dc:creator>Chris McCoy</dc:creator>
    <dc:date>2012-05-21T04:00:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184</link>
    <description>&lt;pre&gt;
Dion's right, there's no way to do it without some extra work. This plugin generates tag clouds based on the results of the current search or browse:

http://wordpress.org/extend/plugins/scriblio/

Perhaps that's similar to what you're trying to do?

--Casey

On May 20, 2012, at 5:12 PM, Dion Hulse (dd32) wrote:

&lt;/pre&gt;</description>
    <dc:creator>Casey Bisson</dc:creator>
    <dc:date>2012-05-21T02:32:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183</link>
    <description>&lt;pre&gt;In order to do that, you'd have to make a new WP_Query, query for the
tag intersections, probably limit it to 1 post, and look at the total
count it returns. You could save memory/query time by only asking for
the ids of the posts too.
You'd want to store the counts in a cache somehow, a transient would
probably suit best.

Of course, that's just my suggestion without resolving to using custom SQL.

On 21 May 2012 01:14, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-21T00:12:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182">
    <title>getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182</link>
    <description>&lt;pre&gt;What would be the best way to go about, finding the amount of posts for
multiple tags.

I will be using it on a tag archive page.

        $tag_count = get_term_by('name', get_query_var('tag'),'post_tag');
        echo $tag_count-&amp;gt;count;

this works fine for one tag, but I want to check via tag1,tag2,tag3 and
tag1+tag2+tag3 how many posts match those
&lt;/pre&gt;</description>
    <dc:creator>Chris McCoy</dc:creator>
    <dc:date>2012-05-20T15:14:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181">
    <title>Re: Best svn software</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181</link>
    <description>&lt;pre&gt;Thanks, I will try some apps out there. I just find Tortoise very sluggish 
and a heavy burden for winxp.




----- Original Message ----- 
From: "Baki Goxhaj" &amp;lt;banago&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: &amp;lt;wp-hackers&amp;lt; at &amp;gt;lists.automattic.com&amp;gt;
Sent: Saturday, May 19, 2012 5:22 PM
Subject: Re: [wp-hackers] Best svn software


&lt;/pre&gt;</description>
    <dc:creator>Diana K. C</dc:creator>
    <dc:date>2012-05-19T20:32:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44180">
    <title>Re: Best svn software</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44180</link>
    <description>&lt;pre&gt;Give Git a try.

Kindly,

Baki Goxhaj
www.wplancer.com | proverbhunter.com | www.banago.info&amp;lt;http://proverbhunter.com&amp;gt;


On Wed, May 16, 2012 at 11:29 PM, Brian Layman
&amp;lt;wp-hackers&amp;lt; at &amp;gt;thecodecave.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Baki Goxhaj</dc:creator>
    <dc:date>2012-05-19T20:22:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44179">
    <title>Buy, Sell -liberty Reserve, Credit Card -&gt; Debit Card, Wu/mg, Bank Transfer !</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44179</link>
    <description>&lt;pre&gt;
Cvv,fullz,banklogins,dumps+pin,track1/2+pin,bank Transfer,wu 

                   Transfer,shop admin, etc 

I AM BOOKING FLIGHT TICKETS AND I PAY ALL BILLS CONTACT ME FAST FOR 

DEAL 


If you want to have deals with good quality please contact me with 



Contact Info 


yahoo ID: troll.seller 




mail: transfer24h&amp;lt; at &amp;gt;gmail.com


SOFTWARES AT good take away prices 
CC fullz info, CC DOBDomain hosting. 


PRICE LIST ALL CVV CVV2. 
1 US ( visa,master) = 3$/ ( buy &amp;gt; 50 Price $1.2/ 1cvv) 
1 US (Amex,dis) = 5$/ ( buy &amp;gt; 50 price $3 /1cvv) 
1UK = 5$/ ( Buy &amp;gt; 50 price 4$/1cvv) 
1UK CVV with DOB = 15$/CVV ( Buy &amp;gt; 50 CVV Price 12$ = 1CVV) 
1 Ca CVV = 5$/CVV 
1 CA CVV(Amex,dis) = 7$/cvv 
1 EU CVV = 15$/CVV 
1 EU CVV(Amex,dis) = 5$/cvv 
1 US CVV full info = 20$/CVV 
1 UK CVV full info = 40$/CoVV 
Australia (AU) 10.00 $ 
Switzerland (VE) 14.00 $ 
France (FR) 15.00 $ 
Germany (GE) 15.00 $ 
Mexico (MX) 12.00 $ 
New Zealand (NZ) 13.00 $ 
ITALY 15$. And many country orther 


Demo US 
VISA | 4039959177849993 | 08 | 2011 | 1&lt;/pre&gt;</description>
    <dc:creator>admin.hacker</dc:creator>
    <dc:date>2012-05-19T18:52:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44178">
    <title>permalinks</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44178</link>
    <description>&lt;pre&gt;How do I change the posts to have 'articles' base in front of the
%post-name% witohut effecting url on the rest of the site?


category base: category
sample url :   mysite.com/category/featured-videos

I wanted to prefix all my posts with /articles/ base in front of it.

So I went to the permalinks screen and set up a custom structure as follows

/articles/%post-name%

that fixed the posts url to be the way I want.

but then all of a sudden the url what used to be

mysite.com/category/featured-videos

become

mysite.com/articles/category/featured-videos

Is there a way to get the bosy of both worlds that is

keep the rest of the non-post url as is ( so that category urls work
the way you expect them work ) and have control over the posts url
base?
&lt;/pre&gt;</description>
    <dc:creator>Haluk Karamete</dc:creator>
    <dc:date>2012-05-17T20:39:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44177">
    <title>Re: register_activation_hook for themes?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44177</link>
    <description>&lt;pre&gt;Yes, only plugins have activation hooks.

There have been on/off discussions about adding something similar for
themes over the years: http://core.trac.wordpress.org/ticket/7795

&lt;/pre&gt;</description>
    <dc:creator>scribu</dc:creator>
    <dc:date>2012-05-17T17:27:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44176">
    <title>paginate_links() empty href in some cases -&gt; bug orfeature?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44176</link>
    <description>&lt;pre&gt;On the definition of the paginate_links() in
wp-includes/general-template.php&amp;lt;http://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/general-template.php#L1921&amp;gt;,
i see that it gives $link an empty value on at least two cases:

If $current page is number 2 (lines 1954-55)

if ( $prev_next &amp;amp;&amp;amp; $current &amp;amp;&amp;amp; 1 &amp;lt; $current ) :


        $link = str_replace('%_%', 2 == $current ? '' : $format, $base);

and during the for loop, if $n == 1 (lines 1968-69)

if ( $show_all || ( $n &amp;lt;= $end_size || ( $current &amp;amp;&amp;amp; $n &amp;gt;= $current -
$mid_size &amp;amp;&amp;amp; $n &amp;lt;= $current + $mid_size ) || $n &amp;gt; $total - $end_size )
) :


                $link = str_replace('%_%', 1 == $n ? '' : $format, $base);

After that, it goes on to formatting the now empty string, adds whatever is
on the 'add_args' and 'add_fragment' inputs and  builds the array of links.

Can anyone point me the reasons for that? Should i bother dive into it to
try and make it work or is it really designed to work like this?

ps.:
I've posted a complete summary of my troubles&lt;/pre&gt;</description>
    <dc:creator>Ricardo Moraleida</dc:creator>
    <dc:date>2012-05-17T13:27:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44175">
    <title>Re: any idea why this custom rewrite isnt working?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44175</link>
    <description>&lt;pre&gt;Thanks got it working with pre_get_posts.

;)

also how would I check for a search result returning not found, want to add
that in pre_get_posts as well

-----Original Message-----
From: wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com
[mailto:wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com] On Behalf Of Dion Hulse
(dd32)
Sent: Wednesday, May 16, 2012 10:07 PM
To: wp-hackers&amp;lt; at &amp;gt;lists.automattic.com
Subject: Re: [wp-hackers] any idea why this custom rewrite isnt working?

The 2 tags may be in use, by no posts have the tag 'tag-tag2', which is what
your request is actually asking for.

You need to understand how WordPress parses requests in order to understand
what's going on:

 1. WordPress is loaded
 2. The rewrite rules are applied
 3. The results form the rewrite rules (the query vars) are loaded  4. The
Query is executed using those rewrite rules
    4a. If no posts are found for the query, 404 template is selected,
continue to 6
    4b. If posts are found, continue to 5  5. The Request type is determined
for the template to&lt;/pre&gt;</description>
    <dc:creator>Chris McCoy</dc:creator>
    <dc:date>2012-05-17T12:27:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44174">
    <title>Re: Change theme per user / mobile</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44174</link>
    <description>&lt;pre&gt;
Those filters work, but at the moment, not everything is converted to 
use them. Things which still use TEMPLATEPATH and STYLESHEETPATH won't 
work: http://core.trac.wordpress.org/ticket/18298

Unfortunately, it means there's no good way to ensure that a different 
theme is loaded.

&lt;/pre&gt;</description>
    <dc:creator>Ryan McCue</dc:creator>
    <dc:date>2012-05-17T12:07:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44173">
    <title>Re: Change theme per user / mobile</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44173</link>
    <description>&lt;pre&gt;If you're filtering it on the admin, you might end up with the
alternate value saved in the database (Or at least, that's all I can
think of).

The 3.4 Customizer switches themes on the fly, The first 5 filters in
this function( WP_Customize::start_previewing_theme()) are probably
needed in your case:
http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize.php#L87

On 17 May 2012 21:58, Robert Lusby &amp;lt;nanogwp&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-17T12:04:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44172">
    <title>Change theme per user / mobile</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44172</link>
    <description>&lt;pre&gt;Is there an action/filter to change the WordPress theme per user / onload?

Not switch_theme (I don't want to change it for everyone), just to 
change it for certain users, sometimes ...

I'm using the following two filters:
add_filter('template', 'mobile_theme_name');
add_filter('stylesheet', 'mobile_theme_name');

Which seem to update the StyleSheet path and Image paths to use the new 
theme, however WordPress is still loading the physical *.php (index.php, 
front-page.php, home.php etc) files from the *database* set themes 
folder, and not the new themes folder.

Obviously I'm missing a filter/action somewhere.

Thanks,
Rob.
&lt;/pre&gt;</description>
    <dc:creator>Robert Lusby</dc:creator>
    <dc:date>2012-05-17T11:58:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44171">
    <title>Two URLs - One WP Install? (And the silly way WordPress stores full URLs in the database)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44171</link>
    <description>&lt;pre&gt;Hello,

We're setting up a mobile version of a website we run. We decided to do 
this by creating a mobile specific template.

However we'd quite like to switch the URL to a mobile version of the site:

E.g.
-&amp;gt; normal visitor reaches the site, and stays at http://www.example.com
-&amp;gt; mobile visitor reaches the site, and gets redirected to 
http://m.example.com

Behind the scenes, the only difference between the two is the template 
picked. It's the same blog + DB.

I get how to do the template switching etc ... but how do I get 
WordPress to answer on http://m.example.com and stop redirecting all 
requests back to the www....?

Also, I now have to do a find and replace on ALL the urls in the 
database everytime the mobile site is loaded, for that site, to map to 
http://m.example.com ... Why does WordPress do this! Why not just keep 
the content as content! And let us decide what wrappers we want to put 
around it!

Cheers,
Rob.
&lt;/pre&gt;</description>
    <dc:creator>Robert Lusby</dc:creator>
    <dc:date>2012-05-17T10:05:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44170">
    <title>Re: WP Query - OrderBy Author</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44170</link>
    <description>&lt;pre&gt;
The display name is in fact stored in the users table, not the user
meta table. Using 'orderby' =&amp;gt; 'display_name' should have the desired
effect.
&lt;/pre&gt;</description>
    <dc:creator>John Blackbourn</dc:creator>
    <dc:date>2012-05-17T05:51:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44169">
    <title>Re: any idea why this custom rewrite isnt working?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44169</link>
    <description>&lt;pre&gt;The 2 tags may be in use, by no posts have the tag 'tag-tag2', which
is what your request is actually asking for.

You need to understand how WordPress parses requests in order to
understand what's going on:

 1. WordPress is loaded
 2. The rewrite rules are applied
 3. The results form the rewrite rules (the query vars) are loaded
 4. The Query is executed using those rewrite rules
    4a. If no posts are found for the query, 404 template is selected,
continue to 6
    4b. If posts are found, continue to 5
 5. The Request type is determined for the template to use,
is_archive() is_taxonomy(), is_single(), etc.
 6. The Template is loaded and the loop starts.

Your code is running after this so:
 7. The Template is executed, and a new WP_Query is made with the alterations.

Since 7 is within a template, 4b must be chosen, so there has to be
posts for the ORIGINAL query vars, WordPress doesn't know about your
custom alterations until it loads the template, and it may never load
the template if it didn't find p&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-17T02:07:01</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.wordpress.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.wordpress.devel</link>
  </textinput>
</rdf:RDF>

