Taqyeem WP Review WordPress Plugin - Setup Guide

Taqyeem is a premium reviewing and rating WordPress plugin. This plugin allows you to add ratings and reviews to your posts, pages, and custom post types.

Plugin Options Page: General Settings

Login to WordPress Admin
 Click Taqyeem Settings
 Click General Settings Tab

Enable in Single page only? Option

Enable this option if your theme uses the_content() in homepage and archives pages and you want to show post review box in the single post page only!
 NOTE: THIS IS VERY IMPORTANT TO COMPLETE THIS STEP FOR FRESH PROFIT PRO, OTHERWISE YOU WILL SEE HTML CHARACTERS IN THE BLOG ARCHIVE PAGES. PLEASE TURN THIS SETTING ON

Who Is Allowed To Rate? Option

Choose who can rate ? Guests , Registered Users or both also you can disable this feature by choosing No One.

Ratings Image Option

Choose the image of the “image” rating style. This image will be used in widgets and in the final review score. When create your reviews you can choose to use the Rating Image, Points or Percentages. This is done when Adding the Review to your posts and pages.

Plugin Options Page : Styling Settings

Click Taqyeem Settings
 Click Styling

From the Styling Tab you can change all colors and backgrounds of the Review box .

Plugin Options Page : Typography Settings

Click Taqyeem Settings
 Click Typography

From Typography Tab you can chnage all fonts , size , weight and colors for the review box elements.

Plugin Options Page : Advanced Settings

Click Taqyeem Settings
 Click Advanced Settings

From Advanced Settings Tab you can Import and Export the plugin settings . Just copy the text appears in the Export area and to import the settings paste the exported text in the import area and click Save Settings Button

Add a Review Post

Please watch this video to see how to add a Review to your Posts

ShortCodes Integration

If you play to insert the Review Box in post or page text, shortcodes are the way to go. You’ll need to enter the code in the place you want in the post content area .

[taq_review]

Template Integration

To display the final score of the post review in your theme template.

  1. Open wp-content/themes/<YOUR THEME NAME>/loop.php
  2. You may place it in index.php archive.php, single.php, post.php or page.php also.
  3. Find: <?php while (have_posts()) : the_post(); ?>
  4. Add Anywhere Below It (The Place You Want The Final score of the review To Show)

&lt;?php if(function_exists('taqyeem_get_score')) { taqyeem_get_score(); } ?&gt;

To display the final score of the post review out side the loop

Use the follwing code .. replace $post_id with the ID of the post .
&lt;?php if(function_exists('taqyeem_get_score')) { taqyeem_get_score( $post_id ); } ?&gt;

Plugin’s Widgets

Taqyeem – Review Box Widget

To display the post review box in the sidebar you can use ” Taqyeem – Review Box “ widget

Taqyeem – Reviews Posts Widget

Use ” Taqyeem – Reviews Posts “ widget to display best reviews , most recent reviews or random reviews

Add a Button

  1. In the Taqyeem – Review Options box .. Check the Add Button checkbox to display the button options.
  2. Enter the Text and the URL for the Button .
  3. Customize your button as you want … choose the size, shape, type, color and icon
  4. Or Use on of the ready to use predefined buttons .
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.