File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,10 @@ The purpose of `WPS` is to offer a structured approach to WordPress theme
8
8
development by setting up an framework similar to a standard ` MVC ` in which to
9
9
manage the theme.
10
10
11
- This repo contains the core library code of WPS, required to manage the MVC
12
- aspect of WPS. This repo can be used as a submodule within an existing or new
13
- WordPress project, should you wish to use an alternative structure or want to
14
- use WPS inside an existing project without migrating to the theme framework.
15
-
16
- For more information about the WPS theme framework, please [ checkout the repo!] ( https://github.com/harryfinn/wps )
11
+ This repo is the core library code of WPS, allowing you to manage a WordPress
12
+ theme within an MVC pattern. This repo should be used as a submodule within
13
+ a new WordPress project (although it would be possible to integrate with an
14
+ existing project).
17
15
18
16
## Installing
19
17
You can’t perform that action at this time.
0 commit comments