comment-reply.js is not loading

Maybe this helps you out? Please make a backup from functions.php and add following function. /** * Add .js script if “Enable threaded comments” is activated in Admin * Codex: {@link https://developer.wordpress.org/reference/functions/wp_enqueue_script/} */ function wpse218049_enqueue_comments_reply() { if( is_singular() && comments_open() && ( get_option( ‘thread_comments’ ) == 1) ) { // Load comment-reply.js (into footer) wp_enqueue_script( … Read more

How to enqueue script before jQuery? [duplicate]

If I understood you correctly: This might help you out: Using requirejs with wordpress If you are just trying to enqueue requirejs with jquery: Look at this documentation: WordPress Enqueue Scripts Documentation So in your case it would look something like this: wp_enqueue_script( ‘script’, get_template_directory_uri() . ‘PATH TO YOUR REQUIREJS FILE’, array ( ‘jquery’ ), … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)