readme: disable comments

Signed-off-by: kiara <kiara@bij1.org>
This commit is contained in:
kiara 2023-05-05 21:10:37 +00:00
parent 1168d46f6c
commit 0a7668fdaa
1 changed files with 3 additions and 0 deletions

View File

@ -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).