• Resolved archlogan

    (@archlogan)


    Hi,

    This is what im trying to achieve I want a Review Form as well as the Reviews for that post on the same post page and I want to do this via Templates as there are too many posts already on my blog.

    I have done this which shows the Review Form and it works fine but im having issues displaying the Reviews on the same page…

    In the Single Post Template I added this

    <div>
    <?php echo do_shortcode('[RICH_REVIEWS_FORM]'); ?>
    </div>

    Which displays the form correctly and I also tried making a test review and approved it and it shows it in the backend with the Post ID which I think is correct..now on the same page i want to display the reviews what members have put I tried using these codes but the results are blank any help on this would be appreciated..

    <div>
    <?php echo do_shortcode('[RICH_REVIEWS_SHOW]'); ?>
    </div>

    Result : No Output

    <div>
    <?php echo do_shortcode('[RICH_REVIEWS_SHOW category="post"]'); ?>
    </div>

    Result : No Output

    <div>
    <?php echo do_shortcode('[RICH_REVIEWS_SHOW category="page"]'); ?>
    </div>

    Result : No Output

    Could you please help me display the Reviews please?

    Note : When I use the Snippet Shortcode it shows the Review Count.

    https://www.ads-software.com/plugins/rich-reviews/

Viewing 4 replies - 16 through 19 (of 19 total)
  • merci beaucop!

    @jordanlovato92, many thanks for your fix and for giving details about it. This will hopefully allow me to correct it again after an update of the plugin (if the plugin author doesn’t do that themselves, that is).

    You are a legend Jordan! Was about to tell my client that we may need to buy a paid plugin or I’ll have to develop one from scratch! Now it works!

    Thread Starter archlogan

    (@archlogan)

    Im sorry for the late reply Jordan..but yes this finally fixed the issue!!

    ur a live saver!! I had almost given up hope on it..

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Need the Review Form as well as the Reviews for that Post on the post page’ is closed to new replies.