
Accessible WordPress Breadcrumb navigation
Currently supported: TaxonomySingle Post In your WordPress functions.php file add the following code. /* Taxonomy Breadcrumb */ function patter_taxonomy_breadcrumb() { $show_current_if_top_level = true; $show_top_category_name = true; $show_current = true; …
Read Post