forked from ThimPressWP/thim-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (60 loc) · 4.67 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Thim Core by ThimPress</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Thim Core by ThimPress</h1>
<h2 class="project-tagline">The Ultimate Core Processor of all WordPress themes by ThimPress - Manage your website easier with Thim Core.</h2>
<a href="https://github.com/ThimPressWP/thim-core" class="btn">View on GitHub</a>
<a href="https://thimpresswp.github.io/thim-core/dist/thim-core.zip" class="btn">Download .zip</a>
</section>
<section class="main-content">
<h2><a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span class="octicon octicon-link"></span></a>What does Thim Core do!</h2>
<ul>
<li>Register necessary custom post types, custom fields for the themes.</li>
<li>Add a Control Panel, Customization Page to easier manage the theme.</li>
<li>Works as a One-Click Installer to install WordPress themes easier.</li>
</ul>
<h2><a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
<p>The latest version of the Thim Core plugin can be <a href="https://thimpresswp.github.io/thim-core/dist/thim-core.zip"><strong>downloaded</strong></a> from the <code>gh-pages</code> branch as a WordPress installable package. <strong>DO NOT</strong> click the Github "Download ZIP" button, this plugin is meant to be installed in the WordPress <code>plugins</code> directory as <code>thim-core</code> and Github will not package the plugin correctly.</p>
<p>Installing the Thim Core plugin.</p>
<ol>
<li>Download the <code>thim-core.zip</code> and unpack the archive.</li>
<li>Upload <code>thim-core</code> to the <code>/wp-content/plugins/</code> directory.</li>
<li>Activate the plugin through the 'Plugins' menu in WordPress.</li>
<li>Read our guide on how to Get Started with Thim Core.</li>
</ol>
<h2><a id="themes-support" class="anchor" href="#themes-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>What themes does Thim Core support</h2>
<ol>
<li>
<a href="https://themeforest.net/item/education-wordpress-theme-education-wp/14058034?utm_source=wporg&utm_medium=thimcore&ref=thimpress&utm_campaign=plugin" target="_blank">Education WordPress Theme - Education WP</a> -
The best theme for education, online teaching, LMS...
</li>
<li>
<a href="https://themeforest.net/item/speaker-and-life-coach-wordpress-theme-coaching-wp/17097658?utm_source=wporg&utm_medium=thimcore&ref=thimpress&utm_campaign=plugin" target="_blank">WordPress Theme for Coaches</a> - Coaching WP
</li>
<li>
<a href="https://themeforest.net/item/travel-booking-hotel-wordpress-theme-hotel-wp/18828322?utm_source=wporg&utm_medium=thimcore&ref=thimpress&utm_campaign=plugin" target="_blank">Hotel WordPress Theme</a> - Hotel WP
</li>
<li>
<a href="https://themeforest.net/item/hair-salon-wordpress-theme-hair-salon-wp/17739078?utm_source=wporg&utm_medium=thimcore&ref=thimpress&utm_campaign=plugin" target="_blank">Hair Salon WordPress Theme</a> - Hair Salon WP
</li>
<li>
<a href="https://themeforest.net/item/lms-wordpress-theme-elearning-wp/11797847?utm_source=wporg&utm_medium=thimcore&ref=thimpress&utm_campaign=plugin" target="_blank">Elearning LMS WordPress Theme</a> - Elearning WP
</li>
</ol>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ThimPressWP/thim-core">Thim Core</a> is maintained by <a href="https://github.com/ThimPressWP">ThimPress</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>