Breadcrumb text to be active link
-
My breadcrumb code is working properly..it’s showing parent and child pages…but while the Home button is showing as an active link and the text is in Bold, the parent remains lowercase and non-active. I would like Home and the parent to be active links and I would like the child page to remain lowercase (and not a link) as an indicator to what page you are on. Thanks.
<div id="breadcrumbs">You are here: <a href="<?php bloginfo('home'); ?>">Home</a> >> <?$parent = $post->post_parent; $parent_title = get_the_title($parent);echo($parent_title); ?> >> <?php the_title(''); ?></div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Breadcrumb text to be active link’ is closed to new replies.