https://github.com/knowthecode/journals
Journals Plugin
https://github.com/knowthecode/journals
Last synced: 8 days ago
JSON representation
Journals Plugin
- Host: GitHub
- URL: https://github.com/knowthecode/journals
- Owner: KnowTheCode
- License: other
- Created: 2017-02-03T19:14:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T19:15:21.000Z (over 9 years ago)
- Last Synced: 2025-10-11T10:41:15.402Z (10 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Journals Plugin
In this repository is for a WordPress plugin that provides a journal to your site. It uses the built-in Category taxonomy by default, but also provides the means to use a custom taxonomy.
If you'd like to learn more about custom post types and taxonomies, head over to [Know the Code](https://KnowTheCode.io) and do these labs:
- the [built-in post types](https://knowthecode.io/labs/wordpress-built-post-type-basics)
- the [custom post type](https://knowthecode.io/labs/custom-post-type-basics)
- the [built-in taxonomies](https://knowthecode.io/labs/wordpress-built-taxonomy-basics)
- the [custom taxonomy](https://knowthecode.io/labs/wordpress-custom-taxonomy-basics)
## Installation
1. Download it.
2. Put into your `wp-content/plugins/` folder
3. Extract it
4. Go into the new folder
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
1. Using PhpStorm, open your project and navigate to `wp-content/plugins/`. (Or open terminal and navigate there).
2. Then type: `git clone https://github.com/KnowTheCode/journals`.
3. Go into the new folder
## Contributions
All feedback, bug reports, and pull requests are welcome.