TI Subtitle archived
Adds a subtitle meta box to posts and pages.
by Michael Bragg · github.com/thoughtsideas/ti-subtitle · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thoughtsideas/ti-subtitle/archive/refs/heads/master.zipReadme
TI Subtitle
Adds a subtitle meta box to posts and pages.
Project URLs
On-boarding – Getting Started with TI Subtitle
The section assumes you have WordPress set up. You may need to adjust as needed for your development system.
Install
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Select
ti-subtitle.zipfrom your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using SFTP
- Extract
ti-subtitle.zipto your computer - Upload the
ti-subtitle.zipdirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins Dashboard
Documentation
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.
Development – Contributing to TI Subtitle
Making Your Changes
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.
Folder Structure
├── 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.
Reporting Issues
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.
Contributing to this project
This project follow the WordPress Coding Standard for PHP, HTML, CSS and JavaScript.
Contact
Thoughts & Ideas - michael@michaelbragg.net
Copyright
Unless otherwise stated © Thoughts & Ideas. All rights reserved.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.1.0 | Nov 15, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.