You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,12 @@ WordPress Think Framework is a developer-oriented library that gives you the abi
6
6
7
7
1. PHP 5.4 or greater (Recommended 7.*)
8
8
2. WordPress 4.7 or later
9
-
3. MySQL 5.6 or greater OR MariaDB 10.0 or greater
10
9
11
10
### Installation tutorial:
12
11
13
12
1. Download framework from Github repo - https://github.com/alex-storojenko/wp-think-framework
14
13
2. Extract and copy folder with files of framework to theme dir({wp-installation-folder}/wp-content/themes/{your-theme-directory})
15
14
3. OR You can copy folder with framework somewhere.
16
-
4. Include wp-think-framework.php to functions.php of your theme(require_once get_template_directory() . '/{wp-think-framework_root_dir}/wp-think-framework.php')
17
-
5.(exclude this until wp-think-framework1.12.* version )Create instance of framework - Think_Framework::get_instance() in functions.php of your current theme;
15
+
4. Include wp-think-framework.php to functions.php of your theme(require_once {path to wp-think-framework_root_dir}/wp-think-framework.php')
16
+
5. Create instance of framework - Think_Framework::get_instance() in functions.php of your current theme
0 commit comments