• I’m probably just too dumb to find out but I still want to ask:

    Is there ANY way of just showing the star rating without any reviews or forms attached?

    In general when using
    [WPCR_SHOW POSTID="40" NUM="5" PAGINATE="1" PERPAGE="5" SHOWFORM="0" HIDEREVIEWS="0" HIDERESPONSE="1" SNIPPET="" MORE="" HIDECUSTOM="0" ]

    The star rating gets shown at first with a link to the corresponding post – Which is fine enough for me. But after that the reviews show up which I don’t need. By using 0 for NUM, PERPAGE etc. nothing happens.

    When using HIDEREVIEWS=”1″ not only the reviews are missing BUT ALSO the star rating is gone.

    I don’t mind editing the php files or templates if you know any way – please share!

Viewing 1 replies (of 1 total)
  • I was able to hide the review text by adding this CSS to my theme’s stylesheet:

    div.wpcr3_review blockquote.wpcr3_content {
    display:none!important;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How to show rating only – Only show star rating in WP Customer Reviews’ is closed to new replies.