Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chetan Chauhan

    (@chetanchauhan)

    Hi M5100, just place the following code to your theme functions.php file to display review pros, cons, etc at the bottom:

    remove_action( 'rct_before_review_content', 'rct_display_review_name', 10 );
    remove_action( 'rct_before_review_content', 'rct_display_review_pros_cons', 15 );
    remove_action( 'rct_before_review_content', 'rct_display_review_featured_image', 20 );
    remove_action( 'rct_before_review_content', 'rct_display_review_summary', 30 );
    
    add_action( 'rct_after_review_content', 'rct_display_review_name', 10 );
    add_action( 'rct_after_review_content', 'rct_display_review_pros_cons', 15 );
    add_action( 'rct_after_review_content', 'rct_display_review_featured_image', 20 );
    add_action( 'rct_after_review_content', 'rct_display_review_summary', 30 );

    Let me know if you have any other doubt and don’t forget to leave us a review.

    Thanks

    Thread Starter M5100

    (@m5100)

    Everything works great.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing review placement’ is closed to new replies.