Override Configure

Override Configure

If you do not want to touch framework files, you can use override method. Create a folder /wpsf-framework-override/on your theme directory and copy any orginal config file here. Also you can use this method for child theme. create same folder on child theme and modify your copies.

.
β”œβ”€β”€ themename
|   β”œβ”€β”€ wpsf-framework-override
|   |   β”œβ”€β”€ config
|   |   |   β”œβ”€β”€ framework.config.php
|   |   |   β”œβ”€β”€ metabox.config.php
|   |   |   β”œβ”€β”€ taxonomy.config.php
|   |   |   β”œβ”€β”€ shortcode.config.php
|   |   |   β”œβ”€β”€ customize.config.php

Last updated