document.addEventListener("DOMContentLoaded", function () { var commentForm = document.querySelector("#respond"); // form bình luận var tags = document.querySelector(".post-tags, .entry-tags"); // khu vực tags if (commentForm && tags) { tags.insertAdjacentElement("afterend", commentForm); } });
Skip to content