Plugins

⌘K
  1. Home
  2. Docs
  3. Plugins
  4. Breadcrumb NavXT
  5. Breadcrumb NavXT – Setup & Usage Guide

Breadcrumb NavXT – Setup & Usage Guide

Overview

Breadcrumb NavXT is a powerful WordPress plugin that adds breadcrumb navigation to your website. Breadcrumbs improve user experience by showing visitors their location within the site structure and enhancing navigation.

Plugin Details

  • Version: 7.4.1
  • Type: Navigation / SEO Plugin
  • Dependencies: None

Purpose

The plugin automatically generates breadcrumb trails for your pages and posts, making it easier for users and search engines to understand the structure of your website.

How to Configure

To access and configure Breadcrumb NavXT:

  • In the WordPress dashboard, go to Settings > Breadcrumb NavXT.

Key Configuration Options:

  • Templates: Customize the HTML and structure of breadcrumb output.
  • Post Types: Select which content types (e.g., posts, pages, custom post types) will include breadcrumbs.
  • Taxonomies: Set up breadcrumb behavior for categories, tags, and other taxonomy archives.

Note: The default settings are generally suitable for most sites, and changes are optional.

Usage Instructions

  • The plugin automatically generates breadcrumbs for enabled content types.
  • To display breadcrumbs in your theme, use one of the following methods:
    • Function: Add<?php if(function_exists('bcn_display')){ bcn_display(); } ?> to your theme files where you want breadcrumbs to appear.
    • Widget: Add the “Breadcrumb NavXT” widget via Appearance > Widgets or in the block editor.

Screenshot

How can we help?