An official Land Ho WordPress theme
- Install gulp
- Install bower
- Navigate to the theme directory, then run
npm installto download all the workflow automation development dependencies - Run
bower installto download all the front-end dependencies - Build project assets running
gulp - Open watch server with run
gulp watch
define('DISALLOW_FILE_EDIT', true);
define('WP_POST_REVISIONS', 3);
define('AUTOSAVE_INTERVAL', 600);
define('EMPTY_TRASH_DAYS', 3);
## WordPress plugins
1. [ACF Pro](https://www.advancedcustomfields.com/)
2. [Soil](https://roots.io/plugins/soil/)
3. [Post Types Order](https://wordpress.org/plugins/post-types-order/)
4. [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/)
# ./.htaccess
php_value upload_max_filesize 128M
php_value post_max_size 128M
This theme is copyrighted. Non autorizated modification (any of modification of the source code inside this theme folder) of this theme is strongly prohibited.