Getting comment-reply script to be loaded
-
I’m trying to get the
comment-reply
script to load on my site for my blog posts.I have the following in my
header.php
file:<?php if( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } ?> <?php wp_head(); ?>
However, when using
view-source:
there is no trace of thecomment-reply.js
file that I would expect.Does anyone have any ideas how I can get this to be loaded?
My site url is https://www.thomas-russell.co.uk if it helps,
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Getting comment-reply script to be loaded’ is closed to new replies.