Can’t get it working on comment forms
-
Its working on all other areas but cannot get it on comment forms. My comments.php (child theme) does not have:
do_action ( ‘comment_form_logged_in_after’ );
do_action ( ‘comment_form_after_fields’ );
do_action ( ‘comment_form’ );you then suggest adding:
ID ); ?>
I did but nothing happens. All I have in my comments.php is:
?>
<?php x_get_view( x_get_stack(), ‘wp’, ‘comments’ ); ?>
Where/How should I add -> ID ); ?>
Cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t get it working on comment forms’ is closed to new replies.