Title: Display Shortcode after Title
Last modified: May 28, 2019

---

# Display Shortcode after Title

 *  Resolved [andyt1980](https://wordpress.org/support/users/andyt1980/)
 * (@andyt1980)
 * [7 years ago](https://wordpress.org/support/topic/display-shortcode-after-title/)
 * Hi Tom,
    I’m trying to output a shortcode value below the title using the after
   title hook, this is what I have so far but it isn’t working:
 *     ```
       add_action( 'wpsp_after_title', 'add_ratings_after_title' );
       function add_ratings_after_title() {
           echo do_action( '[yasr_overall_rating size="medium"]' );
       }
       ```
   
 * Any help much appreciated.

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

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years ago](https://wordpress.org/support/topic/display-shortcode-after-title/#post-11586250)
 * Hi there,
 * Instead of: `do_action()`
 * Try: `do_shortcode()`
 *  Thread Starter [andyt1980](https://wordpress.org/support/users/andyt1980/)
 * (@andyt1980)
 * [7 years ago](https://wordpress.org/support/topic/display-shortcode-after-title/#post-11588180)
 * Thanks, working perfectly!.
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [7 years ago](https://wordpress.org/support/topic/display-shortcode-after-title/#post-11590415)
 * You’re welcome 🙂

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

The topic ‘Display Shortcode after Title’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/display-shortcode-after-title/#post-11590415)
 * Status: resolved