Breadcrumb TMC

Breadcrumb TMC Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,859 downloads
Breadcrumb TMC Icon

Try plugin: Breadcrumb TMC

We'll create fresh WordPress site with Breadcrumb TMC installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Breadcrumb TMC

Use [breadcrumb-tmc] shortcode to display navigation of current location.

1


0


0


0


0

updated: 2 years ago
since: 4 years ago
author: JetPlugs

Description

Agile WordPress plugin to create breadcrumb by using shortcode [breadcrumb-tmc] to display it. We would like to keep the plugin simple and developers friendly, so far Breadcrumb TMC is location-based breadcrumb solution.

Structured Data Markup support. Output format: JSON-LD.

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.

 <?php echo do_shortcode( '[breadcrumb-tmc]' ); ?> 

HTML output

 <ol class='breadcrumb-tmc'>
   <li>
      <a href="https://www.example.com/">Home</a>
   </li>
   <span class='breadcrumb-tmc-separator'> ยป </span>
   <li>
     <a href="https://www.example.com/hello-world">Hello World</a>
   </li>
 <ol>

FEATURES:

  • Quick use
  • Displays breadcrumb
  • No options page

SUPPORT

Your feedback is WELCOME!