inserting Rating Widget php shortcode in TablePress
-
Hello,
I’m having just a bit of trouble getting the stars from my front posts (post excerpts) to appear in a dedicated column in TablePress. More specifically, I’m having difficulty getting them to show when I log out. Here’s what I did:
In the User Ratings column seen here (http://themasterfoundry.com/game-reviews-archive/) I’ve manually added the following shortcode for each of my game reviews by inputting the appropriate post ID number.
<?php rw_the_post_rating(2637, ‘front-post’); ?>
While I’m logged in, the stars display exactly as I want them too, showing the front-post ratings. I set them to show front post ratings as opposed to the blog post ratings so that I could have them be Read Only, while the blog ratings will remain interactive.
The problem I’m having is that when I log out of my website, the stars in that column don’t generate. Could anyone please recommend something? I feel like I’m so close to getting it all working.
Also, is there any way to adjust that previously posted php line directly to make the starts Read Only? or larger/smaller? do those parameters exist? Nothing of the sort seems to be mentioned here: http://rating-widget.com/support/wordpress/shortcodes/is-there-any-php-shortcodes-i-can-use-for-my-custom-posts-templates/#platform
Thank you very much for your time and help!
Anton
The topic ‘inserting Rating Widget php shortcode in TablePress’ is closed to new replies.