Compare commits
7 Commits
8b2f194322
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 63876a20a2 | |||
| 2147f5ddfc | |||
| ca108a802b | |||
| 8fba161921 | |||
| 2471fd3341 | |||
| 04ac839b2b | |||
| 0cfd80d0b9 |
19
README.md
19
README.md
@@ -0,0 +1,19 @@
|
||||
## 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
|
||||
```
|
||||
@@ -3,3 +3,11 @@
|
||||
* Add your own functions here. You can also copy some of the theme functions into this file.
|
||||
* Wordpress will use those functions instead of the original functions then.
|
||||
*/
|
||||
|
||||
// Enfold Debugging-Info im Quelltext ausblenden
|
||||
if(!function_exists('avia_debugging_info')){
|
||||
function avia_debugging_info() {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user