Skip to content

Configuration

John Fazioli edited this page Jan 25, 2019 · 1 revision

Configuration

In the config folder you'll find very useful the configuration files. Every file take care of a specific aspect of the theme.

📂 config
 ├ editor.php
 ├ menus.php
 ├ options.php
 ├ scripts.php
 ├ sidebars.php
 ├ styles.php
 ├ theme.php
 ├ wordpress.php

You'll find the default options inside every file along with the related documentation. Probably you'll edit the theme.php configuration file. In fact, here there are the common settings for a theme.

Besides that, you may set the behaviour of the theme. For example, you'll find useful setting in the wordpress.php such as the possibility to hide the admin bar.

Clone this wiki locally