Title: Pass multiple parameters through get
Last modified: August 30, 2016

---

# Pass multiple parameters through get

 *  Resolved [flodi](https://wordpress.org/support/users/flodi/)
 * (@flodi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/pass-multiple-parameters-through-get/)
 * This for example pass one parameter:
 * `<a href="?tag=[each slug]">`
 * And this get it:
 * `[pass global=query fields=tag]`
 * If i do that:
 * `<a href="&tag=[each slug]">`
 * if will add multiple parameters?
 * And how I get it all through pass?
 * Thank you
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

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

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/pass-multiple-parameters-through-get/#post-6765727)
 * The `[for]` loop will go through each term in the given taxonomy (tag in this
   case) – so at any time, [each slug] can only be a single term.
 * If you want to set it manually, this is possible by separating the terms with
   a comma and no space.
 *     ```
       <a href="?tag=tag_1,tag_2">
       ```
   
 *  Thread Starter [flodi](https://wordpress.org/support/users/flodi/)
 * (@flodi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/pass-multiple-parameters-through-get/#post-6765730)
 * Thank you.

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

The topic ‘Pass multiple parameters through get’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [flodi](https://wordpress.org/support/users/flodi/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/pass-multiple-parameters-through-get/#post-6765730)
 * Status: resolved