customly add reviews from code site reviews wp

To customly add reviews from Code Site Reviews WP in WordPress, follow these steps:

  1. Access Code Site Reviews WP Plugin:
  2. Log in to your WordPress admin dashboard.
  3. Navigate to the "Plugins" section and locate "Code Site Reviews WP."
  4. Activate the plugin if you haven't done so already.

  5. Locate Review Data:

  6. Identify the reviews you want to display on your site within the Code Site Reviews WP plugin.

  7. Understand Available Functions:

  8. Familiarize yourself with the available functions or shortcodes provided by the Code Site Reviews WP plugin to display reviews. This information can usually be found in the plugin's documentation.

  9. Use Shortcodes or Functions:

  10. Determine whether you will use a shortcode or function provided by the plugin to display reviews.
  11. If using a shortcode, locate the appropriate shortcode for displaying reviews. It might look something like [cs_review id="123"].
  12. If using a function, refer to the plugin documentation to understand how to call the function to display reviews programmatically.

  13. Insert Shortcode or Function in Template Files:

  14. Decide where you want to display the reviews on your WordPress site.
  15. To display reviews in a specific location (e.g., on a page, post, sidebar, etc.), edit the respective template file (e.g., page.php, single.php, sidebar.php, etc.) in your WordPress theme.
  16. Insert the shortcode or function provided by the Code Site Reviews WP plugin in the appropriate location within the template file where you want the reviews to appear.

  17. Save Changes and Test:

  18. Save the changes made to the template file.
  19. Visit the corresponding page on your WordPress site to see if the reviews from the Code Site Reviews WP plugin are displaying correctly.

  20. Styling (Optional):

  21. Optionally, if the reviews need styling adjustments to match your site's design, use CSS to style the review elements. You can target the relevant classes or IDs associated with the reviews to customize their appearance.

  22. Review and Refinement:

  23. Review the displayed reviews and refine the placement or appearance as needed.

By following these steps, you should be able to successfully add reviews from the Code Site Reviews WP plugin to your WordPress site using the provided functions or shortcodes.