By default there is the main comment and the reply. I want to be able to reply to the reply. What should I set up?
Hi Pierre,
To reply to the reply simply click on the reply link where you can find at the bottom of each replied post.
Thank you!
I found the code in inc/structure/content-extensions.php line 476
<?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'wp-portfolio' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
If I change the last part I can reply, but I don’t know if this is correct.
...__( 'Reply <span>↓</span>', 'wp-portfolio' ), 'depth' => $depth, 'max_depth' => 3 ) ) ); ?>
WordPress automatically increase the reply depth. You need not have to set the static value for max_depth.
How you can see, no there is de reply link
http://i65.tinypic.com/2hx6914.png
Hello Pierre,
Can you please provide us the site url? So that we can see the exact issue. Checking from our end shows reply link without any changes/settings.
Img Palazzo Fanti http://photoman.altervista.org
The code is correct, in local site no run good, maybe I changed the original code.
Yes it may be the code changed. Just download the fresh copy of the theme and install as you did before. Backup the current installation of the theme before updating it to latest version.