=== Breadcrumb TMC ===
Contributors: themastercut
Donate Link: http://themastercut.co/
Tags: breadcrumb, breadcrumb shortcode, breadcrumb trail
Requires at least: 4.8
Requires PHP: 5.6
Tested up to: 5.3.2
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copy and paste the shortcode [breadcrumb-tmc] to view the breadcrumb.
== Description ==
Agile WordPress plugin to create breadcrumb by using shortcode [breadcrumb-tmc] to display it. We would like to keep plugin simple and developers friendly, so far Breadcrumb TMC is location-based breadcrumb solution.
== How to use? ==
= Shortcode =
Just paste the shortcode [breadcrumb-tmc] into to your text editor in WordPress to display it.
` [breadcrumb-tmc] `
= PHP =
or ad anywhere you want in your theme the following line of code.
` `
**HTML output**
`
-
Home
»
-
Hello World
`
**FEATURES:**
* Quick use
* Displays breadcrumb
* No options page
**SUPPORT**
Your feedback is WELCOME!
== Installation ==
= Using The WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'breadcrumb tmc'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `breadcrumb-tmc.zip` from your computer
4. Click on 'Install Now' button
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Download `breadcrumb-tmc.zip`
2. Extract the `breadcrumb-tmc.zip` directory to your computer
3. Upload the `breadcrumb-tmc` folder to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard
== Screenshots ==
1. Basic view - shows view for single post type 'post'
== Changelog ==
= 1.0.2 =
Release date: January, 15th 2020
- Refactor: change breadcrumb separator '»'
- Add class 'breadcrumb-tmc-separator' to separator element wrapper
= 1.0.1 =
Release date: January, 14th 2020
- Add Post archive link for Single Post Page type 'post'
= 1.0.0 =
Release date: January, 10th 2020
- First release: Breadcrumb TMC for WordPress