Title: Release and Coverage Shortcode
Last modified: November 21, 2017

---

# Release and Coverage Shortcode

 *  [pogostickcowboy](https://wordpress.org/support/users/pogostickcowboy/)
 * (@pogostickcowboy)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/release-and-coverage-shortcode/)
 * I saw in a previous post that people asked how to use shortcake to get Nooz to
   show both release and coverage. The suggested response was to use a filter..
 * ”
    function my_query_options( $options ) { // you could use $options[‘post_type’]
   to target specific shortcode usage // [nooz type=”custom”] // if ( ‘custom’ =
   = $options[‘post_type’] ) { … } $options[‘post_type’] = array( ‘nooz_release’,‘
   nooz_coverage’ ); return $options; } add_filter( ‘nooz_shortcode_query_options’,‘
   my_query_options’ ); ”
 * Where, in which file, does one put this filter?!
 * Thanks

The topic ‘Release and Coverage Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/nooz/assets/icon-256x256.png?rev=3498463)
 * [Nooz](https://wordpress.org/plugins/nooz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nooz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nooz/)
 * [Active Topics](https://wordpress.org/support/plugin/nooz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nooz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nooz/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [pogostickcowboy](https://wordpress.org/support/users/pogostickcowboy/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/release-and-coverage-shortcode/)
 * Status: not resolved