Is it possible to display the review score in the blog post featured image ?
I have uploaded a image for reference
https://imgur.com/a/zx8ATlW
Hi,
Yes if the post have review ( https://www.screencast.com/t/Xh25rMobAa ) this will be show by default like this:
https://www.screencast.com/t/yG8UVwgxeZT
Thank you for your understanding.
https://www.mrbuzz.com
I found this website on your showcase, in which the review score number is displayed on the image, I want some thing similar
Hi,
In order to have the number review instead of stars reviews you need to make some changes in theme files.
Please go in wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/1DNuz8yBLEQ
Please add this code
return self::calculate_total_stars($td_review);
https://www.screencast.com/t/xPWeJpZrWp
Resultants: https://www.screencast.com/t/jowv4EF9
Thank you for your understanding.
https://imgur.com/a/zx8ATlW
Thanks for the workaround, but in the result, the number is small. Is it possible to achieve the output as I have attached in the image.
I would like to have a background box for the review number so it’s differentiated. And it’s aligned to the right side.
Hi,
Please try this custom css paste the code in Newspaper>Theme panel>Custom code>Custom css
.entry-review-stars{
background-color: gray;
color: white!important;
border: 1px solid lightgray;
padding: 5px;
font-size: 14px;
font-weight: 600;
float: right;
}
Feel free to change the css/color.
Results: https://www.screencast.com/t/5iIsrCZiF81
If there are some problems please provide a link were I can inspect the problem.
Thank you for your understanding.
Hi all, i am newbie here.
I have a review site https://topreview.vn
I want to do some custom to the Newspaper’s review plugins:
– Show the reviee score on top of article (Not bottom as default)
– Add User score (User can add a separate review score b comment and rating)
Can i do with this plugin or need to buy a new one by a third party Plugin?
I have know some about php, if i know where to edit, i think i can do something there.
Help?
Nim
Many thanks Calin, i will take a look on this.
Regards!
Nim
