Thanks for the status report.
What’s wrong with them?
The links to respective blogs in the blog directory are not working.They do not point to the blog url, instead are pointing to the root domain.
http://buzzlyf.com/blogs
So what did you do to cause this to happen?
This is something I haven’t seen before. Is it possible you made some changes to your directory template file that are causing the URL to be the root blog instead of the one in question?
Look in…
wp-content/bp-themes/your member theme/directories/blogs/blogs-loop.php
The function in question is…
bp_the_site_blog_link()
It’s responsible for getting the link to that blog, so something is getting in its way and filtering it. Try disabling your plugins one at a time and see if you can trace it back?
Hey John.
Its resolved.
There was a conflict with a plugin which i was using called stray random quotes.I learnt that I must check the configuration of whole website each time i try out a new plugin.
Thanks
Good find. That’s the blessing and curse of plugin development my friend, haha!