PHP Code to Add Breadcrumbs to Your WordPress Site | Cah West Prog

Home » Article » PHP Code to Add Breadcrumbs to Your WordPress Site

PHP Code to Add Breadcrumbs to Your WordPress Site

June 8th, 2011 0 Comments

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 &raquo <a href=”<?php echo get_option(‘home’); ?>/”><?php bloginfo(‘name’); ?></a> &raquo <?php the_tags(‘ ‘ , ‘ &raquo; ‘ , ‘ ‘); ?> &raquo <?php the_title(); ?></h4>

Happy blogging..

 

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”

  1. No Comment yet. Be the first to comment...

Leave your comment here: