I am learning quite a bit from Element Theme nowadays. In Element Theme, they use a common approach to generate Breadcrumb with links and text. So based on their template, I add some custom code to display custom post type breadcrumb in single and taxonomy listing page. In the single page case, I will try […]
Tag Archives: Breadcrumb
WordPress – little function to take care of breadcrumbs
This little php function is capable of adding the breadcrumbs to anywhere in WordPress as long as it is called form the functions.php file under active theme folder in WordPress. I found this code from Google lately… However, I forgot where I got it. Sorry that I could not provide the credit to its original […]