1. Start
  2. Installation
  3. Panel - General Settings
  4. Panel - Styling
  5. Panel - Typography
  6. Panel - Advanced
  7. Adding Review Post
  8. ShortCodes
  9. Template Integration
  10. Plugin's Widgets

Taqyeem WordPress plugin

By TieLabs


Thank you for purchasing my plugin . Please read this document and explore the item comments and FAQ items for further information and help.

For questions on basic WordPress installation/usage, HTML, JavaScript or CSS editing - please try the ThemeForest forums, W3Schools, the Wordpress Codex or Google as plugin errors/issues get top priority.

Don't Forget If You Like It, Rate It !

Installing Taqyeem Plugin


Uploading Taqyeem via FTP to Wordpress

You can also install Taqyeem via FTP

  1. Decompress the .zip file you downloaded from CodeCanyon.
  2. Find the Taqyeem folder (this directory is created when you unzip the file).
  3. Upload the Taqyeem folder to your wp-content/plugins directory.
  4. Navigate to your Control Panel: Plugins
  5. Under Taqyeem, click Activate

Installing Taqyeem from the WordPress Dashboard

You can install Taqyeem via the WordPress plugin uploader without unzipping the file.

  1. Log into your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Click Upload
  4. Click Choose File and select the Taqyeem download zip.
  5. Click Install Now.

Plugin Options Page : General Settings


"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 !

"Who Is Allowed To Rate ?" Option

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

"Ratings Image" Option

Choose the image of the "image" rating style .. alos this image will uses in widgets and in the final review score .

Plugin Options Page : Styling Settings


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

Plugin Options Page : Typography Settings


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

Plugin Options Page : 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


Check this video

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):
    <?php if(function_exists('taqyeem_get_score')) {
    	taqyeem_get_score(); 
    } ?>

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 .
    <?php if(function_exists('taqyeem_get_score')) {
    	taqyeem_get_score(  $post_id ); 
    } ?>
  • 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