Title: Shortcode not working on template
Last modified: July 31, 2019

---

# Shortcode not working on template

 *  [Tayde Sandoval](https://wordpress.org/support/users/taysr/)
 * (@taysr)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-template-2/)
 * Hello,
 * I’m trying to make the component to be displayed at the end of the recipe steps.
   
   Right now I’m only able to show the component at the end of the_content(); which
   is not ok for the users.
 * I set the following code on the template where I need the component to be shown
   but is not working
 * <?php if ( is_plugin_active( ‘comment-rating-stars/comment-star-reviews.php’ )):?
   >
    <div class=”recipe-ratings”> <h3 class=”rating-title”><?php echo esc_html__(‘
   RECIPE RATING’, ‘cakeart’ ); ?></h3> <?php echo csr_get_overall_rating_stars(
   get_the_ID() ); ?> <?php $rating_count = csr_get_rating_count( get_the_ID() );?
   > <?php if ( $rating_count < 2 ) { echo ‘( ‘ . $rating_count . esc_html__( ‘ 
   Rating’, ‘cakeart’ ) . ‘ )’; } else { echo ‘( ‘ . $rating_count . esc_html__(‘
   Ratings’, ‘cakeart’ ) . ‘ )’; } ?> </div> <?php endif; ?>
 * Could you please advise?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-not-working-on-template-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-template-2/#post-11787166)
 * Hi [@taysr](https://wordpress.org/support/users/taysr/),
 * The code above is not related to my plugin. Are you sure you are using Rate my
   Post? 🙂
 * Regards,
    Blaz

Viewing 1 replies (of 1 total)

The topic ‘Shortcode not working on template’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Blaz K.](https://wordpress.org/support/users/blazk/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-template-2/#post-11787166)
 * Status: not resolved