diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7eb413c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/vendor/ +/node_modules \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac0971..57fc0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.2] - 2024-01-18 +- Fix comment display as thread and adjust header logo size + ## [1.2.1] - 2024-01-04 - Handle edge cases: missing thumbnails and lenghty titles diff --git a/README.md b/README.md index ad9fc4b..540e74b 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,15 @@ Unless otherwise specified, all the theme files, scripts and images are licensed - [ScrollReveal](https://github.com/jlmakes/scrollreveal), under MIT License. - [Roboto](https://github.com/google/roboto), under Apache License 2.0 License. +### Available CLI commands +`acajou` comes packed with CLI commands tailored for WordPress theme development : + +- `npm run watch` : watches all SASS files and recompiles them to css when they change. +- `npm run compile:css` : compiles SASS files to css. +- `npm run lint:scss` : checks all SASS files against [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/). +- `npm run lint:js` : checks all JavaScript files against [JavaScript Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/javascript/). +- `npm run bundle` : generates a .zip archive for distribution, excluding development and system files. +- # Change log All notable changes to this theme are documented in [CHANGELOG.md](https://github.com/samuelguebo/acajou/blob/master/CHANGELOG.md) file. \ No newline at end of file diff --git a/comments.php b/comments.php index 8f9fffd..f0924a8 100644 --- a/comments.php +++ b/comments.php @@ -35,17 +35,16 @@ - + true, 'callback' => 'acajou_custom_comments', - ); - wp_list_comments( $args); + ); + wp_list_comments( $args ); ?> - 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>