Template: Comments

This post tests comments in the following ways.

  • Threaded comments up to 10 levels deep
  • Paginated comments (set Settings > Discussion > Break comments into pages to 5 top level comments per page)
  • Comment markup / formatting
  • Comment images
  • Comment videos
  • Author comments
  • Gravatars and default fallbacks
devamını oku
document.addEventListener('DOMContentLoaded', function() { var popups = document.querySelectorAll('[id^="popup"], .popup-class'); // Pop-up'ları seçmek için ID veya sınıf adını burada belirtin popups.forEach(function(popup) { popup.style.display = 'none'; }); });