Andrei | fix comment template path recursive

web_10
parent 1f2bfa9fbb
commit b241ce250b
  1. 2
      wp-content/themes/cosmopet/templates/blog/comments/comment-single.twig

@ -57,7 +57,7 @@
</button> </button>
{% for reply in comment.replies %} {% for reply in comment.replies %}
{% include 'partials/comment.twig' with { comment: reply, depth: depth + 1 } %} {% include 'blog/comments/comment-single.twig' with { comment: reply, depth: depth + 1 } %}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</div> </div>

Loading…
Cancel
Save