• Hi , need help to show current user rating score for current post under closer to post title ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Sabuj Kundu

    (@manchumahara)

    
    	global $post;
    
    	$form_id = ''; //put form id here
    	$post_id = intval($post->ID);
    	if ( function_exists( 'cbxmcratingreview_reviewformRender' ) ) {
    		echo cbxmcratingreview_reviewformRender( $form_id, $post_id );
    	}
    
Viewing 1 replies (of 1 total)

The topic ‘Show Current user rating’ is closed to new replies.