mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
Add Comment Reply Script
This commit is contained in:
parent
8e671499b5
commit
028c4f419d
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
<?php
|
||||
|
||||
// Comment Reply Script
|
||||
if ( comments_open() && get_option( 'thread_comments' ) ) {
|
||||
wp_enqueue_script( 'comment-reply' );
|
||||
}
|
||||
?>
|
||||
<section id="comments" class="comments-area">
|
||||
|
||||
<?php if ( have_comments() ) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue