• I’m new to WordPress and know nothing about coding. You say to place the tags in your template. Where would I Place them in my template and which two tags? You have four tags shown.

    <?php dx_grade_form(); ?>

    <?php if (function_exists(‘dx_grade_form’)){ dx_grade_form(); }?>

    <?php echo dx_grade(); ?>

    <?php if (function_exists(‘dx_grade’)){ dx_grade(); }?>
    Thanks

    https://www.ads-software.com/extend/plugins/dx-grading-system/

Viewing 1 replies (of 1 total)
  • Plugin Author HasanulBanna

    (@hasanulbanna)

    Hi,
    You can to add this code your your template.
    basically to page.php single.php etc

    This code should be inside

    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    You can use this template tag
    <?php if (function_exists(‘dx_grade_form’)){ dx_grade_form(); }?>

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Grading System Daxxip] Tags’ is closed to new replies.