How to set up the breadcrumb navigation in WordPress? How to create a breadcrumb navigation?

How to set up the breadcrumb navigation in WordPress? How to create a breadcrumb navigation?

For a novice who is just starting to learn how to build a website, sometimes the theme you choose may not have a built-in breadcrumb navigation function, so you need to install one yourself. The editor also encountered this problem last week, so he searched on Baidu and spent some time thinking about it and finally made the breadcrumb navigation. But how to do it? Let’s study together.

Since I found the theme on the Internet, I have to set up the breadcrumb navigation myself. Here are the installation steps:
1. Click on the background plug-in to install the plug-in. Search: Breadcrumb NavXT. Click to install and activate it now.

2. Put the following code into "single.php" (find it in the Appearance-Edit column)

<div class="breadcrumb">

<?php
if(function_exists('bcn_display')) {
bcn_display();
}
?>

As shown in the figure:
It is usually placed above the article title. Click Save. Refresh to display the breadcrumb navigation.

The above is the process of installing the breadcrumb navigation Breadcrumb NavXT. Now I will give this theme to everyone for free, you can download and install it by yourself. Link: http://pan.baidu.com/s/1skBntox Password: znjt

<<:  Six major issues that SEO grassroots webmasters must understand and pay attention to!

>>:  How to install and set up the wordpress pageview plugin (wp-postview)?

Recommend

13 tips for making popular notes on Xiaohongshu!

In January 2019, the number of Xiaohongshu users ...

Blind box event marketing is a blast!

Blind boxes have now become a new type of marketi...

Counterpoint: XR headset shipments to drop 19% in 2023

According to Counterpoint’s Global XR (AR and Hea...