Title: Multiple taxonomy query by permalink
Last modified: June 10, 2020

---

# Multiple taxonomy query by permalink

 *  [oscarasking](https://wordpress.org/support/users/oscarasking/)
 * (@oscarasking)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/)
 * Hello,
 * I have read pages on the Internet that say I can display multiple categories 
   by typing a URL like this:
 * [http://www.example.com/category/category1+category2+category3](http://www.example.com/category/category1+category2+category3)
 * I am trying to find official documentation on this matter but cannot find it.
   Exists?
 * If I put a url like that in my menu on my website, is it well done? Should I 
   do differently when I want to list entries that belong to category 1 and category
   2 at the same time?
 * Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/#post-12965918)
 * I don’t think the query variables are very well documented.
    What WordPress does
   is use the variables in the URL to match posts in the database. Your example 
   URL is asking for posts that are in all three categories, not all posts in any
   of those categories. So I guess it does what you want.
 * There are a lot of parameters that you can use in code to make the query look
   for multiple taxonomies, but those parameters need to be in arrays, so there’s
   no good way to get that into a URL. [https://developer.wordpress.org/reference/classes/wp_query/#category-parameters](https://developer.wordpress.org/reference/classes/wp_query/#category-parameters)
 * If you want to match posts that are in different taxonomies, you can simply put
   both like myflowersite/?bloom_time=spring&exposure=partial-shade
    (I actually
   have that, so I know it works.)
 *  Thread Starter [oscarasking](https://wordpress.org/support/users/oscarasking/)
 * (@oscarasking)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/#post-12966990)
 * Hi, Joy!
 * Suppose the following. I have an store with this categories:
    - Autumn Winter 19
    - Spring Summer 20
    - Men
    - Women
    - All products are well categorized. All products belongs to Men or Women, and
      all products belongs to one or another season.
    - If I want to show products that belongs to SS20 and Women, for example, is
      there another way than writing example.com/product-category/ss20+women?? How
      would you do it? Is there a way to avoid this kind of urls with plus sign,
      but show products that belongs to those two categories at the same time?
    - Thanks in advance!!
 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/#post-12968148)
 * I don’t think there’s another way. That way is good, if it is what you want to
   achieve.
 *  Thread Starter [oscarasking](https://wordpress.org/support/users/oscarasking/)
 * (@oscarasking)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/#post-12971835)
 * Ok! Thank you very much Joy!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multiple taxonomy query by permalink’ is closed to new replies.

## Tags

 * [multiple-taxonomies](https://wordpress.org/support/topic-tag/multiple-taxonomies/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [taxonomy](https://wordpress.org/support/topic-tag/taxonomy/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [oscarasking](https://wordpress.org/support/users/oscarasking/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/multiple-taxonomy-query-by-permalink/#post-12971835)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
