Review

Posted in: Newspaper
Post count: 17

Hello there. I want custom my single-template.php in Newspaper Child. But i have a problem when i want to show the Review, what should i have to write when i want to show the star only and no review box.

When i write this code

<?php echo $td_mod_single->get_review();?>

the result is not good http://prntscr.com/gm8v1d

Please help me. Sorry for my bad english

  • This topic was modified 8 years by 9undu.
Post count: 20688

Hi,

That is how the reviews are displayed in the post page. You could use some CSS to hide the Summary box if that is what you want
https://www.screencast.com/t/NYphIZ2B7
https://www.screencast.com/t/qVX13zylrpm
This is the code used in the example, if it is what you need enter it in Theme panel->Custom CSS

.td-review-footer {
display: none;
}

Please correct me if I misunderstand what you wanted.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.