Title: Nested Shortcode not working anymore
Last modified: September 9, 2018

---

# Nested Shortcode not working anymore

 *  [Giellemme](https://wordpress.org/support/users/giellemme/)
 * (@giellemme)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/nested-shortcode-not-working-anymore/)
 * Hi there! The plugin’s shortcode has been working smoothly with another shortcode
   inside the attribute “none_text” . I had another shortcode to return a list of
   default posts when no custom, handpicked post is given. Now it’s not working 
   anymore. Any clue?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/nested-shortcode-not-working-anymore/#post-10672598)
 * Could be because of a theme update as we did not change anything related to that
   on our end. Try adding the following code to your theme’s functions.php file:
 *     ```
       function crp_output_shortcode( $output ) {
           return do_shortcode( $output );
       }
       add_filter( 'crp_output_list', 'crp_output_shortcode' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Nested Shortcode not working anymore’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Brecht](https://wordpress.org/support/users/brechtvds/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/nested-shortcode-not-working-anymore/#post-10672598)
 * Status: not resolved