Breadcrumb TMC

plugin banner

Use [breadcrumb-tmc] shortcode to display the breadcrumb trail.

Author:JetPlugs (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.1
Plugin version:1.4.0
Added to WordPress repository:10-01-2020
Last updated:29-08-2022
Rating, %:100
Rated by:1
Plugin URI:https://wordpress.org/plugins/breadcrumb-tmc/
Total downloads:4 925
Active installs:300+
plugin download
Click to start download

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!


Screenshots
ChangeLog