What a shame. This thread is three weeks old and there is no answer.
I have the same question. How do I get the main Blog to show at domain.tld/blog?
…or do I have to change the URL to something else?
On my install it defaulted to domain.tld/blog and looking at line 72 of bp-core.php the slug should be blog:-
/* Define the slug for the blog page */
define( ‘HOME_BLOG_SLUG’, apply_filters( ‘bp_home_blog_slug’, ‘blog’ ) );
What theme are you using??
I’m playing around with the buddypress-home theme at the moment.
Thanks, I’ll have a look at that.
OK thanks, I got it running now. I had just changed the custom permalinks.
Thanks for this thread. I’ve got the same problem, when I click on “Blog” and navigate to:
http://yoga.harounkola.com/blog I get the error:
Sorry, no posts matched your criteria.
I’ve got a custom permalink of “/%postname%/” defined in my settings.
With this setting off, it works fine but I’d like to have pretty SEO links instead of an ugly database one.
Can anyone suggest a solution to this for it to work?
Thanks
Looks like the /%postname%/ permalink option is still broken.
You can use /%category%/%postname%/ to get by for now if you’d like?
Thanks for your reply John James.
That seems to work for now. I do like it as a temporary measure, how will I know when the other option gets to work?
Thanks again for your help
er
I’m getting a 404 error when I go to http://yoga.harounkola.com/blog
Any ideas?