/SGN-backend

Wordpress backend for a client project in school. All input is customised with ACF to help the user manage and update their site.

Primary LanguagePHP

DEVELOPER-INSTALLATION

- Clone this repo into your wordplate themes folder.
- cd back to your wordplate-folder.
- Then run valet: "Valet link" the first time, then "valet open".
- You should now be able to activate this theme in /wp-admin.

Plugins

install Advanced Custom Fields, for adding your own post-types.
install ACF to REST API, to access custom fields in the API.
install Polylang for language handling
install bainternet-posts-creation-limits, this is to add limits to post-types.
install Post Types Order for being able to sort the order of posts.
install Classic Editor

END OF INSTALLATION