From 0a7668fdaa00c4135e134ed0082c5f3bb3f76103 Mon Sep 17 00:00:00 2001 From: kiara Date: Fri, 5 May 2023 21:10:37 +0000 Subject: [PATCH] readme: disable comments Signed-off-by: kiara --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5b7cc75..84f3afa 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Steps: `/wp-admin/admin.php?page=ajax-load-more#alm-section-1` - Select 'div' as Container type - Select 'I want to use my own styles' +- disable comments either: + - on `/wp-admin/options-discussion.php` -> `Allow Comments` / `Sta mensen toe reactie te geven op nieuwe berichten` + - `UPDATE wp_posts SET comment_status = 'closed';` If you use this primarily for testing you can run `./cleanup.sh` to remove the Wordpress install (you'll have to wipe the db manually).