Skip to content

Settings

Lukáš Műller edited this page Sep 11, 2019 · 1 revision

Plugins in Wordpress

Settings in Wordpress

set up custom permalink! :)

/%postname%

Settings on FTP

add files from /back index.php functions.php

Angular commands

Create on Angular Live Development Server with watch ng serve

Production build

TemplateName: must be defined

ng build --prod --deploy-url="/wp-content/themes/{TemplateName}/dist/"


After build when you need multilang -> and folder assets/i18n to root folder of wp.

Clone this wiki locally