Genx Blog > Blog > Website Creation > WordPress > Plugins > How to add Breadcrumb NavXT to WordPress How to add Breadcrumb NavXT to WordPress Plugins 2025.07.07 This article can be read in about 1 minutes. Share This: For a block editor, you add the block. For classic themes, add below code into header.php. <?php if(function_exists('bcn_display')) { bcn_display(); } ?>
Comment