-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcert_prod
52 lines (39 loc) · 1.56 KB
/
cert_prod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Certificate WordPress Theme
`ccommons-certificates` is a WordPress theme for https://certificates.creativecommons.org.
## Requirements
- PHP > 7.3
- WordPress > 5.5.3
### Plugin and Theme Requirements
Must be used with the parent theme [creativecommons-base](https://github.com/creativecommons/creativecommons-base).
Relies on the following plugins:
```
+-----------------------------+----------------+-----------+-----------+
| name | status | update | version |
+-----------------------------+----------------+-----------+-----------+
| advanced-custom-fields-pro | active-network | available | 5.9.1 |
| queulat | active-network | none | 0.1.0 |
| the-events-calendar | active-network | none | 5.2.1 |
| wordpress-seo | active-network | available | 15.2 |
+-----------------------------+----------------+-----------+-----------+
```
## Installation
> With composer
Add the following to your `composer.json` file:
```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/creativecommons/creativecommons-certificate"
}
],
"require": {
"creativecommons/creativecommons-certificate": "dev-master"
}
}
```
> Manual Installation
1. Click the 'Code' button on this Github page and select 'Download ZIP'.
2. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
3. Click on 'Upload Theme', select the zip file, and click on 'Install Now'.
4. Click on the 'Activate' button to use your new theme right away.