問題はそれがthe_ratigs()
外に飛び出すことです<div id="wpratings">
function wpratings( $atts, $content = null ) {
return '<div id="wpratings"><b>Rating: </b>' . the_ratings() . '</div>';
}
add_shortcode("wpratings", "wpratings");
ショートコードの出力例:
5.00 <<< this is output of the_ratings()
Here is the post content
Rating: <<< this is place of <div id="wpratings">