So I’m finally taking a crack at really getting down and building my own theme, but I seem to have hit a wall.
I am working on my comments.php file and for the life of me cannot get a comment reply link to even appear. The site isn’t online so I’ll just post my code.
I have tried <?php comment_reply_link(); ?>, <?php get_comment_reply_link(); ?>, <?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>. And none of these will output any bit of source code.
Can anyone enlighten me? I’ve become quite frustrated with this.
Thanks in advance!
The topic ‘Comment Reply Link not working’ is closed to new replies.
(@bencharity)
15 years, 10 months ago
So I’m finally taking a crack at really getting down and building my own theme, but I seem to have hit a wall.
I am working on my comments.php file and for the life of me cannot get a comment reply link to even appear. The site isn’t online so I’ll just post my code.
I have tried
<?php comment_reply_link(); ?>,<?php get_comment_reply_link(); ?>,<?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>. And none of these will output any bit of source code.Can anyone enlighten me? I’ve become quite frustrated with this.
Thanks in advance!