Skip to content

Instantly share code, notes, and snippets.

View Tawyyib's full-sized avatar

Toheeb Sobowale Tawyyib

View GitHub Profile
@Tawyyib
Tawyyib / breadcrumbs-custom.php
Created June 29, 2024 21:32 — forked from hemusyl/breadcrumbs-custom.php
WordPress custom breadcrumbs without plugin
http://www.qualitytuts.com/wordpress-custom-breadcrumbs-without-plugin/
Step 1
Breadcrumbs are the important part of our website, in wordpress there are several plugins are available for this, but below i posted
the code for custom breadcrumbs for our wordpress site. Just add this below code in to your current wordpress theme functions.php
and call the second step.
<?php
function qt_custom_breadcrumbs() {