Tag: Without Plugin in WordPress
How to add breadcrumb in wordpress without plugin
PHP 0 CommentsFirst define breadcrumb function in function.php. using following code After that called breadcrumb function.php in header.php
How To Convert Bootstrap Menu In WordPress
PHP 0 CommentsWe are going to make WordPress menu int bootstrap menu by walker class. first define class and called walker following code in function.php file After the extending walker class, we will add classes and attribute in anchor tag by “nav_menu_link_attributes” Filter. for a you have to use it as per following code. Calling walker In