Home » Article » PHP Code to Add Breadcrumbs to Your WordPress Site
PHP Code to Add Breadcrumbs to Your WordPress Site
This tutorial is just simple to add breadcrumbs code to wordpress site. It’s very good coding to optimize your wordpress Search Engine optimizations. May be the breadcrumbs models is different like others, but I think that is the blogging style one people and other.
In this site www.bl4ckc0de.com I have placed the breadcrumbs, you can look that in the top op title. Like this :
Browse » www.bl4ckc0de.com » gadget » samsung gadgets » New Gadget From Samsung
That code is very simple, just copy paste to your single.php at top of the permalink title code. This is the code :
<h4>Browse » <a href=”<?php echo get_option(‘home’); ?>/”><?php bloginfo(‘name’); ?></a> » <?php the_tags(‘ ‘ , ‘ » ‘ , ‘ ‘); ?> » <?php the_title(); ?></h4>
Happy blogging..
Share This Article
Sign up Free Email Newsletter
Stay Updates with this Blog. Get Free email newsletter updates, Enter your Email here:Don't forget to confirm your email subcription




No Comment to “PHP Code to Add Breadcrumbs to Your WordPress Site”