http://wordpress.org/support/10/2112
found this one for 1.01...
can someone great with php make a plugin out of this :p
http://wordpress.org/support/10/2112
found this one for 1.01...
can someone great with php make a plugin out of this :p
You're in luck, I converted the hack to a plugin (no I'm not the original author). I also made some slight changes, such as making the stuff after the > a link and the home a link. Give me a moment and I'll post a link.
funky :D
Ok, here we go. I had to make some changes to give credit where credit was due since I had been using it previously on my website only.
See it in action | online source | RAR | ZIP
Usage: Drop the plugin into your plugins directory (wp-content\plugins). Activate the plugin in wp-admin. Drop this line of code where you want it to be displayed: <?php breadcrumb("url of website"); ?>
Enjoy!
looks good... i will give it a try...
I also made a post on my website for this too.
Very nice, but still not there. Breadcrumb is meant to "track" your movement around the site ... so it should show Home > category > entry ... if you got to that particular entry from a category listing etc.
yup, the better way is perhaps dissect the url and take 1 level back.
but might not work with custom rewrite rulex...
Is that the only missing feature? Well, that can definitely be added. Give me a few minutes.
Oops yes, hehe it should be get_breadcrumb("url of site")
It doesn't seem to show the breadcrumb right, on this page, for example...
http://technicallyincorrect.org/index.php?p=76
I use Firefox.
The breadcrumb plugin doesn't play nicely with searchengine friendly links - it depends on the index.php and parameter method of URLs.
Well yes, I as I indirectly said, I didn't write it, I just modified it a bit.
Works great, thanks a million!
no ones blaming ya mark :D
A few simple updates fixes the problems suggested with SEF URIs. Download the fixed plugin here:
http://weblogtoolscollection.com/b2-img/wp_breadcrumb.phps
not good enough for subcategories :)
http://test.techwhack.com/database/india/places/hotels/
sorry guys for being such a pita! :D
Sushubh, could I ask how you managed to get the category name in the URL instead of cat=4? :-D
turtelina: Options -> Permalinks
Awesome, thank you so much!
:( aww... no solution...
Is there a way to make this show something like:
Home > Catagory > Year > Month > Day
Because if you click on an archive month, the "breadcrumb" only shows "Home" which in my view says that you've not gone anywhere... Then exclude the title of the page when viewing a post since its redundant.
Or is there some other plugin/hack with this functionality?
If you provide a link I could see exactly what you mean.
This topic has been closed to new replies.