Title: [Plugin: wp-comment-master] Using the comment form plugin on pages
Last modified: August 20, 2016

---

# [Plugin: wp-comment-master] Using the comment form plugin on pages

 *  Plugin Author [Olaf Lederer](https://wordpress.org/support/users/finalwebsites/)
 * (@finalwebsites)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-comment-master-using-the-comment-form-plugin-on-pages/)
 * Hi,
    I have noticed that the ajax form validation doesn’t work on pages (the 
   JS code below the form is missing for that pages).
 * I fixed while replacing
 * `if(is_single())wp_enqueue_script('paginating_js', WP_PLUGIN_URL.'/wp-comment-
   master/cm.js',array('jquery'),'',true);`
 * with
 * `if(is_single() || is_page())wp_enqueue_script('paginating_js', WP_PLUGIN_URL.'/
   wp-comment-master/cm.js',array('jquery'),'',true);`
 * I don’t use the pagination function, so in my opinion you should show the JS 
   code only on pages where the comment form is included. What do you think?
 * [http://wordpress.org/extend/plugins/wp-comment-master/](http://wordpress.org/extend/plugins/wp-comment-master/)

The topic ‘[Plugin: wp-comment-master] Using the comment form plugin on pages’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-comment-master.svg)
 * [wp-comment-master](https://wordpress.org/plugins/wp-comment-master/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-comment-master/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-comment-master/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-comment-master/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-comment-master/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-comment-master/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Olaf Lederer](https://wordpress.org/support/users/finalwebsites/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-comment-master-using-the-comment-form-plugin-on-pages/)
 * Status: not resolved