WP Manifestindependent plugin directory
manifest / content / ti-subtitle

TI Subtitle archived

Adds a subtitle meta box to posts and pages.

by Michael Bragg · github.com/thoughtsideas/ti-subtitle · website

1stars
0forks

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.zip

Readme

TI Subtitle

Codeship Status for thoughtsideas/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

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Select ti-subtitle.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using SFTP

  1. Extract ti-subtitle.zip to your computer
  2. Upload the ti-subtitle.zip directory to your wp-content/plugins directory
  3. 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

TagPublished
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.