Adds a subtitle meta box to posts and pages.
The section assumes you have WordPress set up. You may need to adjust as needed for your development system.
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Select
ti-subtitle.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using SFTP
- Extract
ti-subtitle.zip
to your computer - Upload the
ti-subtitle.zip
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
During the Alpha/Beta stages, due to constant changes, documentation will be mainly written in-line. With a dedicated section being created at the first major release.
Make your changes locally on a new branch based off origin/master
. Commit your changes to your new branch. Pushing your changes to this repository will run our test suite. Once passed open a pull request to propose your changes for review and merge.
├── composer.json
├── ti-subtitle.php
├── scripts
└── vendor
scripts/
hold the bash scripts used for setting up and running tasks on the environment.vendor/
is where the Composer managed dependencies are installed to.
If you spot any issues please create a ticket via GitHub's Issue Tracker. Including the issue, the browser and operating system, and how to replicate it. If the issue is security related please use the contact information below.
This project follow the WordPress Coding Standard for PHP, HTML, CSS and JavaScript.
Thoughts & Ideas - [email protected]
Unless otherwise stated © Thoughts & Ideas. All rights reserved.