A grading system plugin for wordpresss, its allow users to Grade post or page from a range of A,B,C,D,F
This section describes how to install the plugin and get it working.
e.g.
plugin-name.php to the /wp-content/plugins/ directory<?php dx_grade_form(); ?> in your templates to show the grading form<?php echo dx_grade(); ?> in your templates to show the GradeTemplate Tag For Grading Form
<?php if (function_exists('dx_grade_form')){ dx_grade_form(); }?>
Template Tag To Display Grade of Post
<?php if (function_exists('dx_grade')){ dx_grade(); }?>
Last Updated: 2012-7-11
Downloads: 147
Got something to say? Need help?