Skip to content

Instantly share code, notes, and snippets.

@frontend-coder
Last active August 8, 2022 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frontend-coder/d8b1a8f628ed8e73211dbed5c9157666 to your computer and use it in GitHub Desktop.
Save frontend-coder/d8b1a8f628ed8e73211dbed5c9157666 to your computer and use it in GitHub Desktop.
47. Підключити шаблон видображення комментаріев в темі #wordpress
<?php
if( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment