readme: code snippets

This commit is contained in:
kiara 2023-03-31 12:07:38 +00:00
parent d8e37e64ac
commit a7f1bf876e
1 changed files with 11 additions and 11 deletions

View File

@ -14,21 +14,21 @@ Steps:
```
- Put the files here where you want to install WordPress, and navigate there.
- Start the installer by running `./install.sh`.
- Note down the bij1admin password that's generated during installation.
- Tweak the BIJ1 specific settings in wp-config.php.
- Note down the `bij1admin` password that's generated during installation.
- Tweak the BIJ1 specific settings in `wp-config.php`.
- configure Polylang: /wp-admin/admin.php?page=mlang\_wizard
- setup smtp-settings: /wp-admin/options-general.php?page=swpsmtp\_settings
- setup proper site title and slogan: /wp-admin/options-general.php
- link menu's: /wp-admin/nav-menus.php
- configure Polylang: `/wp-admin/admin.php?page=mlang\_wizard`
- setup smtp-settings: `/wp-admin/options-general.php?page=swpsmtp\_settings`
- setup proper site title and slogan: `/wp-admin/options-general.php`
- link menu's: `/wp-admin/nav-menus.php`
- add nieuws page with nieuws items content block
- setup permalinks: /wp-admin/options-permalink.php
- setup permalinks: `/wp-admin/options-permalink.php`
Use "Berichtnaam" as permalink configuration
- add a home page and set it up to be used as such: /wp-admin/options-reading.php
- add a home page and set it up to be used as such: `/wp-admin/options-reading.php`
- setup Ajax Load More plugin
/wp-admin/admin.php?page=ajax-load-more#alm-section-1
- Select "div" as Container type
- Select I want to use my own styles
`/wp-admin/admin.php?page=ajax-load-more#alm-section-1`
- Select 'div' as Container type
- Select 'I want to use my own styles'
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).