20 lines
541 B
Markdown
20 lines
541 B
Markdown
## agentur2c-enfold-child
|
|
|
|
### Child Theme for the Enfold Wordpress Theme
|
|
|
|
*Installation in Wordpress:*
|
|
```
|
|
ZIP-Paket herunterladen:
|
|
https://git.agentur2c.net/agentur2c/agentur2c-enfold-child/archive/main.zip
|
|
|
|
In Wordpress -> Design -> Themes -> [Theme hinzufügen]
|
|
```
|
|
|
|
*Installation auf Server:*
|
|
```
|
|
cd $WORDPRESS/wp-content/themes/
|
|
wget https://git.agentur2c.net/agentur2c/agentur2c-enfold-child/archive/main.tar.gz -O agentur2c-enfold-child.tar.gz
|
|
tar xvzf agentur2c-enfold-child.tar.gz
|
|
chown -R web$$:web$$ agentur2c-enfold-child
|
|
```
|