|
@@ -9,23 +9,23 @@ |
|
|
block discarded – undo |
|
9
|
9
|
// require array list |
|
10
|
10
|
$reqire_files = [ |
|
11
|
11
|
'/inc/environment.class.php', // Set Eniroment. |
|
12
|
|
- '/inc/enqueue-scripts.php', // Enqueue scripts and styles. |
|
13
|
|
- '/inc/cleanup.php', // cleanup & setup theme. |
|
14
|
|
- '/inc/widgets.php', // Implement Custom widgets. |
|
15
|
|
- '/inc/template-tags.php', // Custom template tags for this theme. |
|
16
|
|
- '/inc/extras.php', // Custom functions that act independently of the theme templates. |
|
17
|
|
- '/inc/customizer.php', // Customizer additions. |
|
18
|
|
- '/inc/menu-walkers.php', // TODO -> make comment describing the functionality of the page |
|
19
|
|
- '/inc/menu.php', // TODO -> make comment describing the functionality of the page |
|
20
|
|
- '/inc/admin.php', // Code for better handaling the admin area |
|
21
|
|
- '/inc/custom-fields.php', // Inintialize custom fields (if you prefer to do this without ACF) |
|
|
12
|
+ '/inc/enqueue-scripts.php', // Enqueue scripts and styles. |
|
|
13
|
+ '/inc/cleanup.php', // cleanup & setup theme. |
|
|
14
|
+ '/inc/widgets.php', // Implement Custom widgets. |
|
|
15
|
+ '/inc/template-tags.php', // Custom template tags for this theme. |
|
|
16
|
+ '/inc/extras.php', // Custom functions that act independently of the theme templates. |
|
|
17
|
+ '/inc/customizer.php', // Customizer additions. |
|
|
18
|
+ '/inc/menu-walkers.php', // TODO -> make comment describing the functionality of the page |
|
|
19
|
+ '/inc/menu.php', // TODO -> make comment describing the functionality of the page |
|
|
20
|
+ '/inc/admin.php', // Code for better handaling the admin area |
|
|
21
|
+ '/inc/custom-fields.php', // Inintialize custom fields (if you prefer to do this without ACF) |
|
22
|
22
|
'/inc/custom-post-type.php', // Inintialize unique CPT's and taxonomies for this project |
|
23
|
|
- '/inc/pagination.php', // More flexible pagination function |
|
24
|
|
- '/inc/clean-filenames.php', // Custom functions to clean filenames from Unicode to ASCII |
|
25
|
|
- '/inc/config.php', // get the settings for the wordpress theme. |
|
26
|
|
- '/inc/media.php', // Media functions. |
|
27
|
|
- '/inc/vendor/autoload.php', // Load Composer packages |
|
28
|
|
- '/inc/tgm.php', // Plugin installation and activation for Podium based themes. |
|
|
23
|
+ '/inc/pagination.php', // More flexible pagination function |
|
|
24
|
+ '/inc/clean-filenames.php', // Custom functions to clean filenames from Unicode to ASCII |
|
|
25
|
+ '/inc/config.php', // get the settings for the wordpress theme. |
|
|
26
|
+ '/inc/media.php', // Media functions. |
|
|
27
|
+ '/inc/vendor/autoload.php', // Load Composer packages |
|
|
28
|
+ '/inc/tgm.php', // Plugin installation and activation for Podium based themes. |
|
29
|
29
|
'/inc/editor-caps.php' // Configure editor role capabilities |
|
30
|
30
|
|
|
31
|
31
|
// '/inc/disable-feeds.php' // Remove fedds content and links |