I run a website that used buddypress groups. I would like to incorporate breadcrumbs (in google rich snippets format) into the individual buddypress pages (activity, members) and my custom buddypress tabs
Be aware that I have changed the group homepage using this functionality, there are also two additional pages, overview and employers
I would like this custom created, coded so I can paste it into the header where it will be needed (does not need to be plugin). Plugins intended for typical wordpress do not support the groups format below
Example pages
parent page > http://graduatejob.com/sectors/
Home > Sectors
group parent page > http://graduatejob.com/sectors/actuarial/
Home > Sectors > Actuarial
The home page should be treated as the parent, any others in the group such as activity should be displayed as below
group child (custom tab) page > http://graduatejob.com/sectors/actuarial/employers/
Home > Sectors > Actuarial > Employers
Asad Iqbal answers:
Hi,
Did you try this: http://wordpress.org/extend/plugins/really-simple-breadcrumb/
Or the followings:
http://wordpress.org/extend/plugins/breadcrumb-navxt/
http://yoast.com/wordpress/breadcrumbs/
Let me know.
npeplow comments:
Thanks for the suggestions, yep - I tried yoast but it did not work correctly. I'm looking to have this coded up if possible, so I control it myself and include the code in the page
Asad Iqbal comments:
If you want to code yourself then look at this tutorial: http://dimox.net/wordpress-breadcrumbs-without-a-plugin/
It has a video tutorial too.
For additional reference:
http://wpguru.co.za/navigation/easy-wordpress-breadcrumbs/
http://www.catswhocode.com/blog/how-to-breadcrumb-function-for-wordpress
Logic is you've to add function to function.php file and then echo to your desired place.
Let me know if that helps. If you are still unable then give me wordpress and cpanel details through pm.
Arnav Joy answers:
see these plugins
http://wordpress.org/extend/plugins/bp-breadcrumbs/
http://wordpress.org/extend/plugins/breadcrumbs-everywhere/
and see this article
http://www.generalthreat.com/2012/04/extending-buddypress-group-hierarchy-adding-breadcrumbs-to-your-theme/