<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm the developer of the <a
 href="http://wordpress.org/extend/plugins/role-scoper/">Role Scoper</a>
plugin.&nbsp; Its development and maintenance has given me significant
experience in the WordPress taxonomy schema and code.&nbsp; In addition, I
have recently consulted for a site which required simultaneous custom
taxonomy query conditions similar to your desired combination of
category AND tag.<br>
<br>
Based on this recent experience, I can commit to delivering the
requested query functionality (repeated below) via plugin for $100.&nbsp; I
can deliver it within 24 hours of request, if you let me know before
Friday noon.<br>
<blockquote>
  <pre wrap="">Allow categories to be expressed by their slugs during a
search, and allow the search function to find the intersection of two
or more categories using the '+' operator</pre>
</blockquote>
This bid is strictly for the backend query functionality.&nbsp; Although I
am also available for UI customization, no such requirement was evident
from your post, and is not included in this bid.<br>
<br>
Sincerely,<br>
<br>
Kevin Behrens<br>
<a href="http://agapetry.net">Agapetry Creations</a><br>
<br>
<br>
Thus spake <a class="moz-txt-link-abbreviated" href="mailto:wp-pro-request@lists.automattic.com">wp-pro-request@lists.automattic.com</a> on 1/18/2010 7:00 AM:
<blockquote
 cite="mid:mailman.7.1263816001.14575.wp-pro@lists.automattic.com"
 type="cite">
  <pre wrap="">Send wp-pro mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:wp-pro@lists.automattic.com">wp-pro@lists.automattic.com</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.automattic.com/mailman/listinfo/wp-pro">http://lists.automattic.com/mailman/listinfo/wp-pro</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:wp-pro-request@lists.automattic.com">wp-pro-request@lists.automattic.com</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:wp-pro-owner@lists.automattic.com">wp-pro-owner@lists.automattic.com</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wp-pro digest..."


Today's Topics:

   1. 2 Plug-ins Needed | Extend Permalinks and Category Search
      (Mr. Bluesummers)


----------------------------------------------------------------------

Message: 1
Date: Sun, 17 Jan 2010 10:35:56 -0800
From: "Mr. Bluesummers" <a class="moz-txt-link-rfc2396E" href="mailto:MrBluesummers@MrBluesummers.com">&lt;MrBluesummers@MrBluesummers.com&gt;</a>
Subject: [wp-pro] 2 Plug-ins Needed | Extend Permalinks and Category
        Search
To: <a class="moz-txt-link-abbreviated" href="mailto:wp-pro@lists.automattic.com">wp-pro@lists.automattic.com</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:8adbe1cd1001171035o36917ddp219d8dc0415d1bf4@mail.gmail.com">&lt;8adbe1cd1001171035o36917ddp219d8dc0415d1bf4@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1

Hey all,

I'm looking for someone to develop a couple of easy plug-in for me. It
shouldn't take more than a day or two of work to an experienced coder.
 Payment via Paypal on delivery, lowest bidder gets the job.

FIRST PLUG - EXTEND PERMALINKS SYSTEM
================================================
I need a neat little plug-in that will add some specific functionality
to the Wordpress Permalink system. The idea is this; if every post has
only one child of some parent category, then I'd like an easy way to
insert that child-category's slug into the URL.

The whole business is a little awkward to describe, so I'll use an
example. Suppose you own food.com- a blog about different foods.

You have two posts:
+ Apple
+ Spinach

There are six categories [catID in brackets]:
+ [01]Color
+ [02]Red (a child of color)
+ [03]Green (a child of color)
+ [04]Class
+ [05]Fruit (a child of class)
+ [06]Vegetable (a child of class)

If the posts are categorized with one color and one class, I'd like my
permalinks to look something like:

%postid%/%subcategory04%/%subcategory01%/%postname%
or
<a class="moz-txt-link-freetext" href="http://www.food.com/21/Fruit/Red/Apple">http://www.food.com/21/Fruit/Red/Apple</a>

Lovely!

You can might consider this plug as a starting point:
<a class="moz-txt-link-freetext" href="http://wordpress.org/extend/plugins/scategory-permalink/installation/">http://wordpress.org/extend/plugins/scategory-permalink/installation/</a>
And here are some key articles:
<a class="moz-txt-link-freetext" href="http://codex.wordpress.org/Function_Reference/WP_Rewrite">http://codex.wordpress.org/Function_Reference/WP_Rewrite</a>
<a class="moz-txt-link-freetext" href="http://codex.wordpress.org/Custom_Queries">http://codex.wordpress.org/Custom_Queries</a>



SECOND PLUG - TAG/CATEGORY SEARCH PARITY
================================================
The Wordpress category search system is less flexible than the tag
search system. Automatically, the query string
<a class="moz-txt-link-freetext" href="http://www.example.com/?tag=Fruit+Red">http://www.example.com/?tag=Fruit+Red</a> will yield the intersection of
the two tags and <a class="moz-txt-link-freetext" href="http://sandbox.3dcodex.com/?tag=Fruit,Red">http://sandbox.3dcodex.com/?tag=Fruit,Red</a> will yield
the union ordered by date.
However, trying the same thing with categories is not so easy.
<a class="moz-txt-link-freetext" href="http://www.example.com/?category=02+05">http://www.example.com/?category=02+05</a> will not yield posts in the
intersection of categories 1 and 2, and comma separated category IDs
isn't as expressive.  In a system so elegant I'm a little surprised
that this hasn't been built yet.

I would like a plug-in that will will bring parity to these two
systems. Allow categories to be expressed by their slugs during a
search, and allow the search function to find the intersection of two
or more categories using the '+' operator.

I.E. <a class="moz-txt-link-freetext" href="http://www.example.com/?tag=Sweet+Crisp&cat=Fruit+Red">http://www.example.com/?tag=Sweet+Crisp&amp;cat=Fruit+Red</a> will yield
posts categorized under both fruit?and?red that are tagged with both
sweet?and crisp. See how nice that looks? ^_^

Looks like this plug-in already does something similar, but I want
this functionality separated- clean and tight.
<a class="moz-txt-link-freetext" href="http://wordpress.org/extend/plugins/multiple-category-selection-widget/">http://wordpress.org/extend/plugins/multiple-category-selection-widget/</a>


Thanks!


------------------------------

_______________________________________________
wp-pro mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wp-pro@lists.automattic.com">wp-pro@lists.automattic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.automattic.com/mailman/listinfo/wp-pro">http://lists.automattic.com/mailman/listinfo/wp-pro</a>


End of wp-pro Digest, Vol 55, Issue 18
**************************************

  </pre>
</blockquote>
<br>
</body>
</html>