Meks
Voice knowledge base
Knowledge base / Voice / Add breadcrumbs in Voice theme using Breadcrumb NavXT plugin

Add breadcrumbs in Voice theme using Breadcrumb NavXT plugin

Our Voice theme currently support the breadcrumbs generated by Yoast SEO plugin. If you do not want use this plugin and you still want to have the breadcrumbs present, you can easily installĀ  the Breadcrumb NavXT plugin, see here: https://wordpress.org/plugins/breadcrumb-navxt/

After you install the plugin, the breadcrumbs can be easily added by altering couple of theme files. For example you could open up the page.php, single.php, category.php and files located in the theme root folder and start editing them.

Find the part of the PHP code related to the Yoast breadcrumbs, its usually located at the page top and it looks like this.

Then just add this PHP code right after it.

This code should check if the plugin is installed and if it is, then the breadcrumbs will start appearing.

Was this article helpfull? Yes No
Need more help?
If you have any further questions, we are here for you.
Meks