Title: problems with &quot;pass&quot; shortcode
Last modified: August 31, 2016

---

# problems with "pass" shortcode

 *  Resolved [macsag](https://wordpress.org/support/users/macsag/)
 * (@macsag)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-pass-shortcode/)
 * Hi!
 * When I pass a field value into the loop, it works only if a value is a single
   word, e.g.
 *     ```
       [pass field=prize]
       [loop type=books field=prize_1 value={FIELD}]
       <tr>
           <td>[field author]</td>
           <td>[field title]</td>
           <td>[field year]</td>
         </tr>
       [/loop]
       [/pass]
       ```
   
 * works only if prize=man_booker_prize,
    but not if prize=man booker prize.
 * What am I doing wrong?
 * [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, 4 months ago](https://wordpress.org/support/topic/problems-with-pass-shortcode/#post-6937607)
 * You can wrap the field value in quotes, like this: `value='{FIELD}'`
 *  Thread Starter [macsag](https://wordpress.org/support/users/macsag/)
 * (@macsag)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-pass-shortcode/#post-6937614)
 * Thanks!

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

The topic ‘problems with "pass" shortcode’ 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/)

## Tags

 * [pass](https://wordpress.org/support/topic-tag/pass/)

 * 2 replies
 * 2 participants
 * Last reply from: [macsag](https://wordpress.org/support/users/macsag/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/problems-with-pass-shortcode/#post-6937614)
 * Status: resolved